mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-04 16:09:59 +00:00
2 lines
83 B
TypeScript
2 lines
83 B
TypeScript
|
export const maxAccountFieldCount = computed(() => isGlitchEdition.value ? 16 : 4)
|