CryptDrive usability improvements (new file in drive + context menu)

This commit is contained in:
yflory
2017-02-22 12:25:29 +01:00
parent e73b4a1131
commit 0ce17ebbad
10 changed files with 58 additions and 31 deletions

View File

@@ -568,6 +568,7 @@ define([
APP.proxy.info.defaultTitle = defaultName;
}
if (Cryptpad.initialName && !APP.proxy.info.title) {
APP.proxy.info.title = Cryptpad.initialName;
updateTitle(Cryptpad.initialName);
} else {
updateTitle(APP.proxy.info.title || defaultName);