rl.setWindowTitle() to rl.setTitle()

This commit is contained in:
the-djmaze 2022-11-14 09:15:25 +01:00
parent 951ba62621
commit 089f016633
7 changed files with 11 additions and 12 deletions

View file

@ -212,7 +212,7 @@ export class AppUser extends AbstractApp {
start() {
if (SettingsGet('Auth')) {
rl.setWindowTitle(i18n('GLOBAL/LOADING'));
rl.setTitle(i18n('GLOBAL/LOADING'));
SMAudio.notifications(!!SettingsGet('SoundNotification'));
NotificationUserStore.enabled(!!SettingsGet('DesktopNotifications'));