++ 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
|
||||
|
||||
Reference in New Issue
Block a user