From ac948bfef127a88fa5027fc57cd326f8d631e932 Mon Sep 17 00:00:00 2001 From: Prince Gupta <34717789+jagannatharjun@users.noreply.github.com> Date: Sat, 9 May 2020 00:12:12 +0530 Subject: [PATCH] Updated Create custom themes for qBittorrent (markdown) --- Create-custom-themes-for-qBittorrent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Create-custom-themes-for-qBittorrent.md b/Create-custom-themes-for-qBittorrent.md index 0fb0470..084d498 100644 --- a/Create-custom-themes-for-qBittorrent.md +++ b/Create-custom-themes-for-qBittorrent.md @@ -20,7 +20,7 @@ qBittorrent uses [QResources::registerResource](https://doc.qt.io/qt-5/qresource QRadioButton::indicator:unchecked, QRadioButton::indicator:unchecked:focus { - image: url(:/uitheme/dark/radio_unchecked_disabled.svg); + image: url(:/uitheme/light/radio_button.svg); } ```