Add read-only next to the title when the pad is deleted

pull/1/head
yflory 4 years ago
parent b108e54ae0
commit 5ab3984e86

@ -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);
}

Loading…
Cancel
Save