avoid saving window bounds when on player (#964)
This commit is contained in:
@@ -466,8 +466,10 @@ function onFullscreenChanged (e, isFullScreen) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function onWindowBoundsChanged (e, newBounds) {
|
function onWindowBoundsChanged (e, newBounds) {
|
||||||
state.saved.bounds = newBounds
|
if (state.location.url() !== 'player') {
|
||||||
dispatch('stateSave')
|
state.saved.bounds = newBounds
|
||||||
|
dispatch('stateSave')
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function checkDownloadPath () {
|
function checkDownloadPath () {
|
||||||
|
|||||||
Reference in New Issue
Block a user