This commit is contained in:
syuilo
2021-12-23 17:05:50 +09:00
parent 3a990dce75
commit 2e80f9dfba
4 changed files with 0 additions and 15 deletions

View File

@ -106,11 +106,6 @@ export default defineComponent({
return;
}
if (this.to.startsWith('/my/messaging')) {
if (ColdDeviceStorage.get('chatOpenBehavior') === 'window') return this.window();
if (ColdDeviceStorage.get('chatOpenBehavior') === 'popout') return this.popout();
}
if (this.behavior) {
if (this.behavior === 'window') {
return this.window();