From e5b745d696c3ea14bfa9f51f75825befaa94a924 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 26 Dec 2024 15:22:57 +0100 Subject: Mention that recording has to be restarted to apply changes. Fix stuck in repeat state if pressed while gsr-global-hotkey starts --- include/gui/SettingsPage.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/gui') diff --git a/include/gui/SettingsPage.hpp b/include/gui/SettingsPage.hpp index 981c99a..1ab0cb2 100644 --- a/include/gui/SettingsPage.hpp +++ b/include/gui/SettingsPage.hpp @@ -32,6 +32,8 @@ namespace gsr { void load(); void save(); void on_navigate_away_from_page() override; + + std::function on_config_changed; private: std::unique_ptr create_view_radio_button(); std::unique_ptr create_record_area_box(); -- cgit v1.2.3