mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 04:59:21 +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
|
|
@ -8,6 +8,6 @@ export class LoginAdminScreen extends AbstractScreen {
|
|||
}
|
||||
|
||||
onShow() {
|
||||
rl.setWindowTitle();
|
||||
rl.setTitle();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -37,6 +37,6 @@ export class SettingsAdminScreen extends AbstractSettingsScreen {
|
|||
}
|
||||
|
||||
onShow() {
|
||||
rl.setWindowTitle();
|
||||
rl.setTitle();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue