config moved to c++ plugin, removed old qml + fileview implementation

This commit is contained in:
2026-08-13 02:25:26 +02:00
parent c29b91cd26
commit 3cd3209b28
341 changed files with 4851 additions and 3502 deletions
+4 -3
View File
@@ -1,6 +1,7 @@
import qs.Config
import ZShell.Config
import QtQuick
import QtQuick.Templates
import qs.Services
ScrollBar {
id: root
@@ -17,7 +18,7 @@ ScrollBar {
contentItem: CustomRect {
anchors.left: parent.left
anchors.right: parent.right
color: DynamicColors.palette.m3secondary
color: Colors.palette.m3secondary
opacity: {
if (root.size === 1)
return 0;
@@ -29,7 +30,7 @@ ScrollBar {
return 0.6;
return 0;
}
radius: Appearance.rounding.full
radius: Tokens.rounding.full
Behavior on opacity {
Anim {