summaryrefslogtreecommitdiff
path: root/components/filedialog/HeaderBar.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/filedialog/HeaderBar.qml')
-rw-r--r--components/filedialog/HeaderBar.qml3
1 files changed, 0 insertions, 3 deletions
diff --git a/components/filedialog/HeaderBar.qml b/components/filedialog/HeaderBar.qml
index b6e5dba..c9a3feb 100644
--- a/components/filedialog/HeaderBar.qml
+++ b/components/filedialog/HeaderBar.qml
@@ -77,7 +77,6 @@ StyledRect {
Loader {
Layout.rightMargin: Appearance.spacing.small
active: folder.index > 0
- asynchronous: true
sourceComponent: StyledText {
text: "/"
color: Colours.palette.m3onSurfaceVariant
@@ -92,7 +91,6 @@ StyledRect {
Loader {
anchors.fill: parent
active: folder.index < root.dialog.cwd.length - 1
- asynchronous: true
sourceComponent: StateLayer {
radius: Appearance.rounding.small
@@ -110,7 +108,6 @@ StyledRect {
anchors.leftMargin: Appearance.padding.normal
active: folder.index === 0 && folder.modelData === "Home"
- asynchronous: true
sourceComponent: MaterialIcon {
text: "home"
color: root.dialog.cwd.length === 1 ? Colours.palette.m3onSurface : Colours.palette.m3onSurfaceVariant