From 68e9db0776225168bbb52d164b05b784466a28d8 Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Wed, 8 Dec 2021 19:51:42 +0100 Subject: [ui] theming stub --- gui/components/Splash.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/components/Splash.qml') diff --git a/gui/components/Splash.qml b/gui/components/Splash.qml index 1bbb412..5e62ad9 100644 --- a/gui/components/Splash.qml +++ b/gui/components/Splash.qml @@ -84,7 +84,7 @@ Page { anchors.horizontalCenter: parent.horizontalCenter anchors.bottom: parent.bottom anchors.bottomMargin: 50 - source: "../resources/icon-noshield.svg" + source: customTheme.iconSplash fillMode: Image.PreserveAspectFit } -- cgit v1.2.3