From c92b6dc8585c5e76624389ae59274df1fe6fff85 Mon Sep 17 00:00:00 2001 From: Erik Prabowo Kamal Date: Wed, 26 Nov 2025 17:46:06 +0800 Subject: Fix paths to sun and moon-stars SVG files --- Header.ui.qml | 4 ++-- 1 file 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 } -- cgit v1.2.3