mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
[wpigui] Change maximized to bool
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user