mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-22 17:35:28 +03:00
1 line
83 B
TypeScript
1 line
83 B
TypeScript
export const maxAccountFieldCount = computed(() => isGlitchEdition.value ? 16 : 4)
|