menu RIS
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -162,6 +162,7 @@ export const useGlobalStore = defineStore('GlobalStore', {
|
||||
showMsgs: false,
|
||||
showNotif: false,
|
||||
showCoins: false,
|
||||
showRIS: false,
|
||||
showMenuCoins: false,
|
||||
showNameSurname: false,
|
||||
showCompetenze: false,
|
||||
|
||||
Reference in New Issue
Block a user