qt: Enable and make VNC work properly

This commit is contained in:
Cacodemon345
2022-08-03 13:05:21 +06:00
parent e375bc216f
commit 468ef84399
5 changed files with 55 additions and 5 deletions

View File

@@ -144,6 +144,7 @@ private:
bool send_keyboard_input = true;
bool shownonce = false;
bool resizableonce = false;
bool vnc_enabled = false;
friend class SpecifyDimensions;
friend class ProgSettings;