Reduce amount of folder timers and improve autoLogout

This commit is contained in:
djmaze
2021-03-02 17:39:02 +01:00
parent b8fd3df2e6
commit 1a5bc09bb3
5 changed files with 57 additions and 71 deletions

View File

@@ -53,7 +53,7 @@ class FolderCreatePopupView extends AbstractViewPopup {
}
rl.app.foldersPromisesActionHelper(
Remote.folderCreate(this.folderName(), parentFolderName, FolderStore.foldersCreating),
Remote.folderCreate(this.folderName(), parentFolderName),
Notification.CantCreateFolder
);