Istruzioni per installare l'APP: Android, iOS
This commit is contained in:
@@ -76,8 +76,14 @@ export default defineComponent({
|
||||
// if (tools.isDebug()) return 'bg-info'
|
||||
if (globalStore.site && globalStore.site.confpages?.col_toolbar)
|
||||
return 'bg-' + globalStore.site.confpages?.col_toolbar
|
||||
else
|
||||
return 'bg-light-blue'
|
||||
else {
|
||||
if (globalStore.homescreen) {
|
||||
return 'bg-blue'
|
||||
} else {
|
||||
return 'bg-light-blue'
|
||||
}
|
||||
}
|
||||
|
||||
})
|
||||
|
||||
const getColorText = computed(() => {
|
||||
|
||||
Reference in New Issue
Block a user