Updater: show update dialog instead of forcing updates (#1184)

This commit is contained in:
V
2025-10-19 02:58:48 +02:00
committed by GitHub
parent eb3dae897d
commit 9f0af48355
19 changed files with 492 additions and 69 deletions

View File

@@ -31,4 +31,17 @@
.vcd-settings-switch {
margin-bottom: 0;
}
.vcd-settings-updater-card {
padding: 1em;
margin-bottom: 1em;
display: grid;
gap: 0.5em;
border-radius: 8px;
background-color: var(--bg-secondary);
background: var(--background-feedback-warning);
border: 1px solid var(--info-warning-foreground);
color: var(--text-feedback-warning);
}