mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-25 10:19:06 +01:00
parent
eb6d2185b5
commit
5d0d191a03
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ export default defineComponent({
|
||||||
});
|
});
|
||||||
|
|
||||||
const columns = deckStore.reactiveState.columns;
|
const columns = deckStore.reactiveState.columns;
|
||||||
const layout = deckStore.reactiveState.layout.value;
|
const layout = deckStore.reactiveState.layout;
|
||||||
const menuIndicated = computed(() => {
|
const menuIndicated = computed(() => {
|
||||||
if ($i == null) return false;
|
if ($i == null) return false;
|
||||||
for (const def in menuDef) {
|
for (const def in menuDef) {
|
||||||
|
|
Loading…
Reference in a new issue