aboutsummaryrefslogtreecommitdiff
path: root/include/gui
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-12-26 15:22:57 +0100
committerdec05eba <dec05eba@protonmail.com>2024-12-26 15:22:57 +0100
commite5b745d696c3ea14bfa9f51f75825befaa94a924 (patch)
tree99007ec672793771419dd78ecd90bf3554a3dab7 /include/gui
parentec6d4090af22db59991e9c621238c96795814379 (diff)
Mention that recording has to be restarted to apply changes. Fix stuck in repeat state if pressed while gsr-global-hotkey starts
Diffstat (limited to 'include/gui')
-rw-r--r--include/gui/SettingsPage.hpp2
1 files changed, 2 insertions, 0 deletions
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<void()> on_config_changed;
private:
std::unique_ptr<RadioButton> create_view_radio_button();
std::unique_ptr<ComboBox> create_record_area_box();