From ee1ad97ec70717f77e1e420fdfa2565ce3fa13c0 Mon Sep 17 00:00:00 2001 From: Karol Kosek Date: Sat, 26 Dec 2020 13:23:15 +0100 Subject: kristall: use system icon theme when using OS Default theme --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 5939940..054dda9 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -407,7 +407,7 @@ void kristall::setTheme(Theme theme) if(theme == Theme::os_default) { app->setStyleSheet(""); - QIcon::setThemeName("light"); + QIcon::setThemeName(""); } if(theme == Theme::light) { -- cgit v1.2.3