config moved to c++ plugin, removed old qml + fileview implementation
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import qs.Components
|
||||
import qs.Config
|
||||
import ZShell.Config
|
||||
import QtQuick
|
||||
import QtQuick.Shapes
|
||||
import qs.Services
|
||||
|
||||
ShapePath {
|
||||
id: root
|
||||
@@ -12,7 +13,7 @@ ShapePath {
|
||||
required property var sidebar
|
||||
required property Wrapper wrapper
|
||||
|
||||
fillColor: DynamicColors.palette.m3surface
|
||||
fillColor: Colors.palette.m3surface
|
||||
strokeWidth: -1
|
||||
|
||||
Behavior on fillColor {
|
||||
|
||||
Reference in New Issue
Block a user