From 15eee455cf872d9d0acb666e7476de32080ef443 Mon Sep 17 00:00:00 2001 From: lysec Date: Wed, 15 Oct 2025 19:11:18 +0200 Subject: [PATCH] SetupWizard: replace remote logo with local --- Assets/noctalia.svg | 65 +++++++++++++++++++++++++++++ Modules/SetupWizard/SetupWizard.qml | 2 +- 2 files changed, 66 insertions(+), 1 deletion(-) create mode 100644 Assets/noctalia.svg diff --git a/Assets/noctalia.svg b/Assets/noctalia.svg new file mode 100644 index 000000000..106462259 --- /dev/null +++ b/Assets/noctalia.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/Modules/SetupWizard/SetupWizard.qml b/Modules/SetupWizard/SetupWizard.qml index 63cc052f5..494f462f6 100644 --- a/Modules/SetupWizard/SetupWizard.qml +++ b/Modules/SetupWizard/SetupWizard.qml @@ -92,7 +92,7 @@ NPanel { anchors.centerIn: parent width: 110 height: 110 - source: "https://assets.noctalia.dev/noctalia-logo.svg" + source: Qt.resolvedUrl(Quickshell.shellDir + "/Assets/noctalia.svg") fillMode: Image.PreserveAspectFit smooth: true