Add support for rumble streaming by default

This commit is contained in:
dec05eba
2025-05-21 22:57:55 +02:00
parent d0f8b7061f
commit 831f583f89
5 changed files with 81 additions and 1 deletions

View File

@@ -192,6 +192,7 @@ namespace gsr {
Button *save_directory_button_ptr = nullptr;
Entry *twitch_stream_key_entry_ptr = nullptr;
Entry *youtube_stream_key_entry_ptr = nullptr;
Entry *rumble_stream_key_entry_ptr = nullptr;
Entry *stream_url_entry_ptr = nullptr;
Entry *replay_time_entry_ptr = nullptr;
RadioButton *replay_storage_button_ptr = nullptr;