From a007255d0b5b7d317c66396413746f270d197b70 Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Tue, 10 May 2022 15:36:52 +0200 Subject: [PATCH] theme_basics: Fix background image path --- theme_basics/resources/theme_basics.theme.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme_basics/resources/theme_basics.theme.json b/theme_basics/resources/theme_basics.theme.json index 95edebe70..de69c89a6 100644 --- a/theme_basics/resources/theme_basics.theme.json +++ b/theme_basics/resources/theme_basics.theme.json @@ -43,9 +43,9 @@ }, "background": { - "image": "/austria.png", + "image": "austria.png", "transparency": 10, "fill": "scale", "anchor": "center" } -} \ No newline at end of file +}