summaryrefslogtreecommitdiff
path: root/Header.ui.qml
diff options
context:
space:
mode:
Diffstat (limited to 'Header.ui.qml')
-rw-r--r--Header.ui.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Header.ui.qml b/Header.ui.qml
index a8c27bb..d903b2a 100644
--- a/Header.ui.qml
+++ b/Header.ui.qml
@@ -397,7 +397,7 @@ ToolBar {
Btn.Sm {
id: light
icon {
- source: "Bootstrap/icons/sun.svg"
+ source: "../Bootstrap/icons/sun.svg"
width: 16
height: 16
}
@@ -413,7 +413,7 @@ ToolBar {
Btn.Sm {
id: dark
icon {
- source: "Bootstrap/icons/moon-stars.svg"
+ source: "../Bootstrap/icons/moon-stars.svg"
width: 16
height: 16
}