font list + search

This commit is contained in:
2026-04-23 01:00:57 +02:00
parent 4a18eda37c
commit 6b8ae3f291
4 changed files with 145 additions and 23 deletions
+2 -20
View File
@@ -76,7 +76,7 @@ SettingsPage {
name: "Fonts"
}
SettingInput {
SettingListView {
name: "Sans family"
object: Config.appearance.font.family
setting: "sans"
@@ -85,29 +85,11 @@ SettingsPage {
Separator {
}
SettingInput {
SettingListView {
name: "Monospace family"
object: Config.appearance.font.family
setting: "mono"
}
Separator {
}
SettingInput {
name: "Material family"
object: Config.appearance.font.family
setting: "material"
}
Separator {
}
SettingInput {
name: "Clock family"
object: Config.appearance.font.family
setting: "clock"
}
}
SettingsSection {