++ DebugOn status (to see what happened)
fix visu activities
This commit is contained in:
@@ -5003,6 +5003,12 @@ export const tools = {
|
||||
return userStore.my.profile ? userStore.my.profile.teleg_id! > 0 : false
|
||||
},
|
||||
|
||||
isDebugOn(): boolean {
|
||||
const globalStore = useGlobalStore()
|
||||
const site = globalStore.site
|
||||
return (site.confpages.enableDebugOn)
|
||||
},
|
||||
|
||||
isVerified(): boolean {
|
||||
const globalStore = useGlobalStore()
|
||||
const site = globalStore.site
|
||||
|
||||
@@ -165,6 +165,7 @@ export const useGlobalStore = defineStore('GlobalStore', {
|
||||
enableRegByBot: false,
|
||||
enableRegMultiChoice: false,
|
||||
enabledRegNeedTelegram: false,
|
||||
enableDebugOn: false,
|
||||
showButtHome: false,
|
||||
showViewGroups: false,
|
||||
showViewCircuits: false,
|
||||
|
||||
Reference in New Issue
Block a user