set tab title for file app

This commit is contained in:
ansuz 2022-04-12 13:14:31 +05:30
parent fe43f43d1b
commit 183db941b8

View File

@ -156,6 +156,7 @@ define([
return;
}
common.setTabTitle(Messages.uploadButton);
// we're in upload mode
if (!common.isLoggedIn()) {
UI.removeLoadingScreen();