From aed169aa4054e8d9e982d3f0b799e033d2d2dc63 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 24 Jan 2025 11:18:27 +0100 Subject: Fix incorrect action text in hotkey configuration --- include/gui/GlobalSettingsPage.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 -- cgit v1.2.3