mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Add options to change analytics settings after initial prompt
* We are also more explicit in code about disabling the analytics when the opt-out is selected.
This commit is contained in:
@@ -290,7 +290,9 @@ int main(int argc, char *argv[])
|
||||
.arg(configFilename));
|
||||
}
|
||||
|
||||
if(!config.Analytics_TotalOptOut)
|
||||
if(config.Analytics_TotalOptOut)
|
||||
Analytics::Disable();
|
||||
else
|
||||
Analytics::Load();
|
||||
|
||||
bool isDarkTheme = IsDarkTheme();
|
||||
|
||||
Reference in New Issue
Block a user