diff options
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; }; |