config moved to c++ plugin, removed old qml + fileview implementation
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
import QtQuick
|
||||
import QtQuick.Controls
|
||||
import qs.Config
|
||||
import ZShell.Config
|
||||
import qs.Services
|
||||
|
||||
TextInput {
|
||||
renderType: Text.NativeRendering
|
||||
selectedTextColor: DynamicColors.palette.m3onSecondaryContainer
|
||||
selectionColor: DynamicColors.tPalette.colSecondaryContainer
|
||||
selectedTextColor: Colors.palette.m3onSecondaryContainer
|
||||
selectionColor: Colors.tPalette.colSecondaryContainer
|
||||
|
||||
font {
|
||||
family: Appearance?.font.family.sans ?? "sans-serif"
|
||||
|
||||
Reference in New Issue
Block a user