You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
607 B
14 lines
607 B
diff --git a/src/platformstatus/platformstatus.cpp b/src/platformstatus/platformstatus.cpp
|
|
index e03c16d..7e70d97 100644
|
|
--- a/src/platformstatus/platformstatus.cpp
|
|
+++ b/src/platformstatus/platformstatus.cpp
|
|
@@ -87,7 +87,7 @@ void PlatformStatus::findLookAndFeelPackage(bool sendSignal)
|
|
QStandardPaths::LocateDirectory);
|
|
if (path.isEmpty()) {
|
|
if (package != defaultPackage) {
|
|
- group.deleteEntry("LookAndFeel");
|
|
+ group.deleteEntry("LookAndFeelPackage");
|
|
findLookAndFeelPackage(sendSignal);
|
|
}
|
|
|