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
+2 -2
View File
@@ -1,6 +1,6 @@
import QtQuick
import QtQuick.Controls
import qs.Config
import ZShell.Config
IconButton {
id: root
@@ -13,7 +13,7 @@ IconButton {
Behavior on opacity {
Anim {
duration: Appearance.anim.durations.small
duration: Tokens.anim.durations.small
}
}
Behavior on scale {