mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-03 23:16:28 +09: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