diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-11-18 18:08:00 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-11-18 18:08:00 +0100 |
commit | b06113d21ce467fa905684cfb296231d2e13f2e3 (patch) | |
tree | 5d64c53435c4f46436766db1bd47b9fb9f92f9d9 /include/Overlay.hpp | |
parent | 71f95e4b12b0a79e7ff9fc4239af87b1380ad3cd (diff) |
Allow turning on/off replay automatically when using fullscreen/power supply replay mode
Diffstat (limited to 'include/Overlay.hpp')
-rw-r--r-- | include/Overlay.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Overlay.hpp b/include/Overlay.hpp index a31f9dd..580759c 100644 --- a/include/Overlay.hpp +++ b/include/Overlay.hpp @@ -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; }; |