From 5ab3984e86e3366ac0f04013b43122c737ad72ff Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 23 Mar 2021 11:59:29 +0100 Subject: [PATCH] Add read-only next to the title when the pad is deleted --- www/common/toolbar.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/common/toolbar.js b/www/common/toolbar.js index 2c208c1c9..337b43f5f 100644 --- a/www/common/toolbar.js +++ b/www/common/toolbar.js @@ -1384,6 +1384,7 @@ MessengerUI, Messages) { toolbar.isErrorState = true; toolbar.connected = false; updateUserList(toolbar, config, true); + toolbar.title.toggleClass('cp-toolbar-unsync', true); // "read only" next to the title if (toolbar.spinner) { toolbar.spinner.text(Messages.deletedFromServer); }