From dd94399acdc1f7114a7e2837d5516bef1e63948a Mon Sep 17 00:00:00 2001 From: shiina424 Date: Wed, 31 Aug 2022 11:57:29 +0900 Subject: [PATCH] UI: Fix Previous icon in System --- UI/data/themes/System.qss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/data/themes/System.qss b/UI/data/themes/System.qss index 5a9261e20..f98752c77 100644 --- a/UI/data/themes/System.qss +++ b/UI/data/themes/System.qss @@ -341,7 +341,7 @@ QSlider::handle:horizontal[themeID="tBarSlider"] { } * [themeID="previousIcon"] { - qproperty-icon: url(./Dark/media/media_previous.svg); + qproperty-icon: url(:/res/images/media/media_previous.svg); } /* YouTube Integration */