Global color schema, remove name and register number access in preferences, add alert in first startup wizard

This commit is contained in:
2024-11-26 20:13:54 +01:00
parent 51a2599545
commit 1a4b438191
26 changed files with 68 additions and 85 deletions

View File

@@ -2,7 +2,6 @@
import pageSetup from './pageSetupSection.vue';
import systemSetup from './systemSetupSection.vue';
import aboutSection from './aboutSection.vue';
import userSection from './userSection.vue';
</script>
<template>
@@ -13,12 +12,6 @@ import userSection from './userSection.vue';
</v-col>
</v-row>
<v-row>
<v-col>
<user-section />
</v-col>
</v-row>
<v-row>
<v-col>
<system-setup />