Bugfix: window title shouldn't be stuck on 'Preferences'
This commit is contained in:
parent
a59faacbd7
commit
d389b8ab38
1 changed files with 1 additions and 0 deletions
|
|
@ -358,6 +358,7 @@ function dispatch (action, ...args) {
|
|||
onbeforeunload: function (cb) {
|
||||
// save state after preferences
|
||||
savePreferences()
|
||||
state.window.title = config.APP_WINDOW_TITLE
|
||||
cb()
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue