summaryrefslogtreecommitdiff
path: root/Header.ui.qml
diff options
context:
space:
mode:
authorErik Prabowo Kamal <erik@darapsa.org>2025-11-26 17:46:06 +0800
committerErik Prabowo Kamal <erik@darapsa.org>2025-11-26 17:46:06 +0800
commitc92b6dc8585c5e76624389ae59274df1fe6fff85 (patch)
treeed4e6c37bc9a557d85337ab54f54b4d727f9f999 /Header.ui.qml
parent15daabdbdfe59f816b23cd643cf5234fdb5c4e64 (diff)
Fix paths to sun and moon-stars SVG filesHEADmaster
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
}