Bugfix: window title shouldn't be stuck on 'Preferences'

This commit is contained in:
DC
2016-05-24 01:56:39 -07:00
parent a59faacbd7
commit d389b8ab38

View File

@@ -358,6 +358,7 @@ function dispatch (action, ...args) {
onbeforeunload: function (cb) {
// save state after preferences
savePreferences()
state.window.title = config.APP_WINDOW_TITLE
cb()
}
})