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 7c78226864
commit ac21e8d607
26 changed files with 68 additions and 85 deletions

View File

@@ -36,7 +36,7 @@ function confirmPressed() {
<outlined-button
@click="showDialog = false"
prepend-icon="mdi-close"
color="orange"
color="warning"
:loading="loading"
>
{{ $t("misc.actions.cancel") }}
@@ -45,7 +45,7 @@ function confirmPressed() {
<outlined-button
@click="confirmPressed"
prepend-icon="mdi-check"
color="red"
color="error"
:loading="loading"
>
{{ $t("misc.actions.confirm") }}