diff options
| author | Erik Prabowo Kamal <erik@darapsa.org> | 2025-11-26 17:46:06 +0800 |
|---|---|---|
| committer | Erik Prabowo Kamal <erik@darapsa.org> | 2025-11-26 17:46:06 +0800 |
| commit | c92b6dc8585c5e76624389ae59274df1fe6fff85 (patch) | |
| tree | ed4e6c37bc9a557d85337ab54f54b4d727f9f999 | |
| parent | 15daabdbdfe59f816b23cd643cf5234fdb5c4e64 (diff) | |
| -rw-r--r-- | Header.ui.qml | 4 |
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 } |