File tree Expand file tree Collapse file tree
ui/src/main/kotlin/dev/paulee/ui/windows Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ coroutines.version=1.10.2
1212
1313api.version =1.10.0
1414core.version =1.13.0
15- ui.version =1.14.0
15+ ui.version =1.14.1
1616app.version =1.4.0
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ fun SettingsWindow(onClose: () -> Unit) {
3131 size = DpSize (600 .dp, 600 .dp)
3232 )
3333
34- val colorModes = App .ThemeMode .entries.associate { " setting.theme.${it.name.lowercase()} " to it.name }
34+ val colorModes = mapOf ( " setting.theme.light " to " Light " ) // App.ThemeMode.entries.associate { "setting.theme.${it.name.lowercase()}" to it.name }
3535 var selectedTheme by remember { mutableStateOf(" setting.theme.${App .Theme .mode.name.lowercase()} " ) }
3636
3737 val supportedLanguages = App .SupportedLanguage .entries.map { it.name }
You can’t perform that action at this time.
0 commit comments