GlobalSettings: Add notification speed setting, change recording start notification speed

This commit is contained in:
dec05eba
2025-08-24 21:48:39 +02:00
parent 6a55338b12
commit 9bbec944de
6 changed files with 83 additions and 11 deletions

View File

@@ -68,6 +68,7 @@ namespace gsr {
std::string hotkeys_enable_option = "enable_hotkeys";
std::string joystick_hotkeys_enable_option = "disable_hotkeys";
std::string tint_color;
std::string notification_speed = "normal";
ConfigHotkey show_hide_hotkey;
};