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
+5 -4
View File
@@ -4,7 +4,8 @@ import QtQuick
import Quickshell
import ZShell.Services
import qs.Helpers
import qs.Config
import ZShell.Config
import qs.Services
import qs.Components
import qs.Paths
@@ -116,12 +117,12 @@ Item {
fadeIn.start();
}
border.color: DynamicColors.palette.m3primary
border.color: Colors.palette.m3primary
border.pixelAligned: true
border.width: 1
color: DynamicColors.tPalette.m3primary
color: Colors.tPalette.m3primary
opacity: 0
radius: Appearance.rounding.small
radius: Tokens.rounding.small
visible: false
z: 99