summaryrefslogtreecommitdiff
path: root/gui/components/Splash.qml
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2021-12-08 19:51:42 +0100
committerkali kaneko (leap communications) <kali@leap.se>2021-12-08 19:54:35 +0100
commit68e9db0776225168bbb52d164b05b784466a28d8 (patch)
tree525687324ff88b17522bfec5691799d5677dd497 /gui/components/Splash.qml
parent371ee5167ce5e6fccc5a2a159343658f01ba74f7 (diff)
[ui] theming stub
Diffstat (limited to 'gui/components/Splash.qml')
-rw-r--r--gui/components/Splash.qml2
1 files changed, 1 insertions, 1 deletions
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
}