fix recursive wallpaper model in settings + clock font

This commit is contained in:
2026-08-17 16:53:47 +02:00
parent abb180c947
commit c7bf7cdc0b
5 changed files with 13 additions and 37 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
import QtQuick
import QtQuick.Controls
import ZShell.Config
import qs.Services
@@ -11,6 +10,6 @@ TextInput {
font {
family: Config.appearance?.font.family.sans ?? "sans-serif"
hintingPreference: Font.PreferFullHinting
pixelSize: Config.appearance?.font.size.normal ?? 15
pixelSize: Tokens?.font.size.normal ?? 15
}
}