Allow turning on/off replay automatically when using fullscreen/power supply replay mode

This commit is contained in:
dec05eba
2024-11-18 18:08:00 +01:00
parent 71f95e4b12
commit b06113d21c
2 changed files with 14 additions and 10 deletions

View File

@@ -121,6 +121,8 @@ namespace gsr {
mgl::Clock replay_status_update_clock;
std::string power_supply_online_filepath;
bool power_supply_connected = false;
bool focused_window_is_fullscreen = false;
std::array<KeyBinding, 1> key_bindings;
};