WallpaperPanel: add NTextInput for wallhaven pages

This commit is contained in:
Lysec
2026-02-08 17:33:25 +01:00
parent 0455538e26
commit 7cb894e3c5
19 changed files with 108 additions and 28 deletions
-2
View File
@@ -9,8 +9,6 @@ import qs.Widgets
Rectangle {
id: root
// Whether to enable lock screen animations (avatar pulse, breathing, smooth cursor blink).
// Defaults to false to reduce GPU usage. Set Settings.data.general.lockScreenAnimations = true to restore.
readonly property bool animationsEnabled: Settings.data.general.lockScreenAnimations || false
// Use timer-driven properties instead of Time.now to avoid per-frame repaints.