Animations, Policy, Toolbar Colors
This commit is contained in:
@@ -137,6 +137,9 @@ export const useGlobalStore = defineStore('GlobalStore', {
|
||||
confsite: {
|
||||
options: 0
|
||||
},
|
||||
confpages: {
|
||||
font: ''
|
||||
},
|
||||
},
|
||||
provinces: [],
|
||||
mygroups: [],
|
||||
@@ -1637,6 +1640,7 @@ export const useGlobalStore = defineStore('GlobalStore', {
|
||||
else if (table === 'visibilGroup') myarr = shared_consts.VisibilGroup
|
||||
else if (table === 'statuscircuit') myarr = shared_consts.StatusCircuit
|
||||
else if (table === 'elemtypes') myarr = shared_consts.TypesElem
|
||||
else if (table === 'fonts_installed') myarr = shared_consts.FontsInstalled
|
||||
else if (table === 'lang') myarr = shared_consts.Lang
|
||||
else if (table === 'regions') myarr = shared_consts.Regions
|
||||
else if (table === 'shippings') myarr = shared_consts.Shippings
|
||||
|
||||
Reference in New Issue
Block a user