fixed sluggish scroll glitch on launcher.qml

This commit is contained in:
SomeElse
2026-06-04 22:18:57 +00:00
parent c97bcaf1f3
commit f59b2d6aa9
21 changed files with 298 additions and 147 deletions

View File

@@ -208,6 +208,8 @@ QtObject {
readonly property color launcherPill: "#44565f89"
readonly property color launcherText: textMain
readonly property color launcherDim: textDim
readonly property color launcherStar: launcherDim
readonly property color launcherStarHover: accent
readonly property color launcherAccent: accent
readonly property color launcherHover: "#22ffb86c"
readonly property color launcherSelected: "#44ffb86c"