limit price display fix

This commit is contained in:
tim
2024-10-11 17:32:47 -04:00
parent 5b23864c2e
commit 43a11b057b
5 changed files with 21 additions and 21 deletions

View File

@@ -41,7 +41,7 @@ export const useStore = defineStore('app', ()=> {
const timeZone = ref('Etc/UTC')
const nav = ref(false) // controls opening navigation drawer
const theme = ref('dark')
const theme = ref('light') // todo 'dark'
const connected = ref(false)
const allowed = ref(!REQUIRE_AUTH)