mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-26 16:26:44 +03:00
rl.setWindowTitle() to rl.setTitle()
This commit is contained in:
parent
951ba62621
commit
089f016633
7 changed files with 11 additions and 12 deletions
|
|
@ -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'));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue