aboutsummaryrefslogtreecommitdiff
path: root/include/gui
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-01-03 04:33:12 +0100
committerdec05eba <dec05eba@protonmail.com>2025-01-03 04:33:12 +0100
commit170b2493fcd978bc26de04da78559f6efd309e22 (patch)
treeaaf7d04e420a03359c429ec2a106ecb26da42eef /include/gui
parentf7fbb06a92763398e78b66ef0217654ba9f3979d (diff)
Show estimated file size for cbr for recording and mb/sec for streaming
Diffstat (limited to 'include/gui')
-rw-r--r--include/gui/SettingsPage.hpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/gui/SettingsPage.hpp b/include/gui/SettingsPage.hpp
index 4057059..efa958e 100644
--- a/include/gui/SettingsPage.hpp
+++ b/include/gui/SettingsPage.hpp
@@ -69,7 +69,7 @@ namespace gsr {
std::unique_ptr<Widget> create_audio_track_section();
std::unique_ptr<Widget> create_audio_section();
std::unique_ptr<List> create_video_quality_box();
- std::unique_ptr<Entry> create_video_bitrate_entry();
+ std::unique_ptr<List> create_video_bitrate_entry();
std::unique_ptr<List> create_video_bitrate();
std::unique_ptr<ComboBox> create_color_range_box();
std::unique_ptr<List> create_color_range();
@@ -97,9 +97,11 @@ namespace gsr {
std::unique_ptr<List> create_replay_time();
std::unique_ptr<RadioButton> create_start_replay_automatically();
std::unique_ptr<CheckBox> create_save_replay_in_game_folder();
- std::unique_ptr<Label> create_estimated_file_size();
- void update_estimated_file_size();
+ std::unique_ptr<Label> create_estimated_replay_file_size();
+ void update_estimated_replay_file_size();
std::unique_ptr<CheckBox> create_save_recording_in_game_folder();
+ std::unique_ptr<Label> create_estimated_record_file_size();
+ void update_estimated_record_file_size();
void add_replay_widgets();
void add_record_widgets();