This commit is contained in:
Surya Paolo
2024-01-07 16:03:45 +01:00
parent be6ce49698
commit ecd3154dd8
13 changed files with 69 additions and 14 deletions

View File

@@ -1931,7 +1931,7 @@ export const useUserStore = defineStore('UserStore', {
const globalStore = useGlobalStore()
if (globalStore.site && !globalStore.site.confpages.showCoins) {
if (globalStore.site && (!globalStore.site.confpages.showCoins && !globalStore.site.confpages.showRIS)) {
return false
}

View File

@@ -162,6 +162,7 @@ export const useGlobalStore = defineStore('GlobalStore', {
showMsgs: false,
showNotif: false,
showCoins: false,
showRIS: false,
showMenuCoins: false,
showNameSurname: false,
showCompetenze: false,