Skip to content

Commit 7405c00

Browse files
authored
0.7
1 parent 7c7d0cc commit 7405c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configman.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ enum PanelLocation {
2323
};
2424

2525
struct PanelCfg {
26-
bool isNull;
26+
bool isNull = false;
2727
QJsonArray applets;
2828
QString screen;
2929
QString backgroundImagePath;

0 commit comments

Comments
 (0)