Skip to content

Commit b2ecb4b

Browse files
authored
Update settings.h
1 parent 3c53581 commit b2ecb4b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

settings.h

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ class Settings : public QWidget {
1313
void createUI();
1414
~Settings();
1515

16-
bool mAppearanceWidgetVisible;
17-
bool mAutostartWidgetVisible;
18-
bool mPanelsWidgetVisible;
19-
bool mKeyboardWidgetVisible;
20-
bool mLayoutDgVisible;
21-
bool mAppMenuWidgetVisible;
22-
bool mDateTimeWidgetVisible;
23-
bool mLocalIPv4WidgetVisible;
16+
bool mAppearanceWidgetVisible = false;
17+
bool mAutostartWidgetVisible = false;
18+
bool mPanelsWidgetVisible = false;
19+
bool mKeyboardWidgetVisible = false;
20+
bool mLayoutDgVisible = false;
21+
bool mAppMenuWidgetVisible = false;
22+
bool mDateTimeWidgetVisible = false;
23+
bool mLocalIPv4WidgetVisible = false;
2424
};
2525

2626
#endif // SETTINGS_H

0 commit comments

Comments
 (0)