mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-03-31 09:17:04 +09:00
Start on global settings, add tint color setting
This commit is contained in:
@@ -40,6 +40,7 @@ namespace gsr {
|
||||
struct MainConfig {
|
||||
int32_t config_file_version = 0;
|
||||
bool software_encoding_warning_shown = false;
|
||||
std::string tint_color;
|
||||
};
|
||||
|
||||
struct YoutubeStreamConfig {
|
||||
|
||||
Reference in New Issue
Block a user