[wpigui] Change maximized to bool

This commit is contained in:
Peter Johnson
2021-11-25 00:52:08 -08:00
parent 92c6eae6b0
commit 0bbf51d566
2 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ struct SavedSettings {
bool loadedWidthHeight = false;
int width;
int height;
int maximized = 0;
bool maximized = false;
int xPos = -1;
int yPos = -1;
int userScale = 2;