qt: Make renderer widget resizable only once

This commit is contained in:
Cacodemon345
2022-07-16 12:57:35 +06:00
parent efdf003272
commit 548e8b360a
2 changed files with 6 additions and 3 deletions

View File

@@ -141,6 +141,7 @@ private:
/* If main window should send keyboard input */
bool send_keyboard_input = true;
bool shownonce = false;
bool resizableonce = false;
friend class SpecifyDimensions;
friend class ProgSettings;