update dark mode handling

This commit is contained in:
odweta
2026-04-03 14:26:57 +02:00
parent 1f8526a7dd
commit 1ec4a65032
7 changed files with 136 additions and 11 deletions
+2
View File
@@ -30,4 +30,6 @@ class Strings {
static const String filterBy = "Filtrovat podle";
static const String exportSelectedQuotes = "Exportovat vybrané hlášky";
static const String byAttribute = "podle příznaku";
static const String userPrefersDarkMode = "Preferuji tmavý režim";
}