We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adc552b commit 9d09359Copy full SHA for 9d09359
SerialPrograms/Source/CommonFramework/GlobalSettingsPanel.cpp
@@ -109,7 +109,7 @@ GlobalSettings::GlobalSettings()
109
"<b>Send Error Reports:</b><br>"
110
"Send error reports to the " + PROGRAM_NAME + " server to help them resolve issues and improve the program.",
111
LockMode::LOCK_WHILE_RUNNING,
112
- IS_BETA_VERSION
+ true
113
)
114
, STATS_FILE(
115
false,
0 commit comments