mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-08 12:04:10 +02:00
スマホでデスクトップモードにできないように
This commit is contained in:
@@ -48,6 +48,12 @@ export default defineComponent({
|
||||
},
|
||||
},
|
||||
|
||||
created() {
|
||||
if (window.innerWidth < 1024) {
|
||||
localStorage.setItem('ui', 'default');
|
||||
location.reload();
|
||||
}
|
||||
},
|
||||
|
||||
methods: {
|
||||
help() {
|
||||
|
||||
Reference in New Issue
Block a user