config moved to c++ plugin, removed old qml + fileview implementation
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user