diff --git a/src/client/app/desktop/views/components/window.vue b/src/client/app/desktop/views/components/window.vue index 7ee1da12b..ac06ac8e5 100644 --- a/src/client/app/desktop/views/components/window.vue +++ b/src/client/app/desktop/views/components/window.vue @@ -95,7 +95,7 @@ export default Vue.extend({ }, created() { - if (this.$store.state.device.autoPopout && this.popoutUrl) { + if ((this as any).os.store.state.device.autoPopout && this.popoutUrl) { this.popout(); this.preventMount = true; } else {