1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-08 23:44:02 +02:00
This commit is contained in:
syuilo
2025-03-10 11:21:17 +09:00
parent 05078e9c14
commit 9842eb2eeb
8 changed files with 9 additions and 9 deletions

View File

@@ -62,7 +62,7 @@ const WINDOW_THRESHOLD = 1400;
const settingsWindowed = ref(window.innerWidth > WINDOW_THRESHOLD);
const menu = ref(prefer.s.menu);
// const menuDisplay = computed(store.makeGetterSetter('menuDisplay'));
// const menuDisplay = store.model('menuDisplay');
const otherNavItemIndicated = computed<boolean>(() => {
for (const def in navbarItemDef) {
if (menu.value.includes(def)) continue;