16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-23 01:39:19 +02:00

add gui.defaultwindows setting

This commit is contained in:
milek7
2019-09-20 20:29:00 +02:00
parent 5602448caf
commit fbfafc4267
4 changed files with 13 additions and 2 deletions

View File

@@ -189,6 +189,7 @@ struct global_settings {
bool captureonstart = true;
bool render_cab = true;
bool crash_damage = true;
bool gui_defaultwindows = true;
#ifdef USE_EXTCAM_CAMERA
std::string extcam_cmd;