Fix incorrect action text in hotkey configuration

This commit is contained in:
dec05eba
2025-01-24 11:18:27 +01:00
parent c396a1f922
commit aed169aa40
4 changed files with 28 additions and 4 deletions

View File

@@ -92,5 +92,6 @@ namespace gsr {
ConfigureHotkeyType configure_hotkey_type = ConfigureHotkeyType::NONE;
CustomRendererWidget *hotkey_overlay_ptr = nullptr;
std::string hotkey_configure_action_name;
};
}