forked from Shinonome/dots-hyprland
wallpaper selector: adjust size and item colors, fix address bar inconsistency
This commit is contained in:
@@ -8,7 +8,10 @@ import qs.modules.common.functions
|
||||
Rectangle {
|
||||
id: root
|
||||
required property var directory
|
||||
property bool showBreadcrumb: true // TODO: make this work
|
||||
property bool showBreadcrumb: true
|
||||
onShowBreadcrumbChanged: {
|
||||
addressInput.text = root.directory;
|
||||
}
|
||||
|
||||
signal navigateToDirectory(string path)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user