aboutsummaryrefslogtreecommitdiff
path: root/include/gui/GlobalSettingsPage.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-01-24 11:18:27 +0100
committerdec05eba <dec05eba@protonmail.com>2025-01-24 11:18:27 +0100
commitaed169aa4054e8d9e982d3f0b799e033d2d2dc63 (patch)
tree687250a925065a49e76fab0989af38a623d847fa /include/gui/GlobalSettingsPage.hpp
parentc396a1f9224527462d06da6dd3112d760bde4506 (diff)
Fix incorrect action text in hotkey configuration1.1.2
Diffstat (limited to 'include/gui/GlobalSettingsPage.hpp')
-rw-r--r--include/gui/GlobalSettingsPage.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gui/GlobalSettingsPage.hpp b/include/gui/GlobalSettingsPage.hpp
index 92454c8..580e943 100644
--- a/include/gui/GlobalSettingsPage.hpp
+++ b/include/gui/GlobalSettingsPage.hpp
@@ -92,5 +92,6 @@ namespace gsr {
ConfigureHotkeyType configure_hotkey_type = ConfigureHotkeyType::NONE;
CustomRendererWidget *hotkey_overlay_ptr = nullptr;
+ std::string hotkey_configure_action_name;
};
} \ No newline at end of file