We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c7d0cc commit 7405c00Copy full SHA for 7405c00
configman.h
@@ -23,7 +23,7 @@ enum PanelLocation {
23
};
24
25
struct PanelCfg {
26
- bool isNull;
+ bool isNull = false;
27
QJsonArray applets;
28
QString screen;
29
QString backgroundImagePath;
0 commit comments