Skip to content

Commit 9d09359

Browse files
committed
Enable error reports.
1 parent adc552b commit 9d09359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPrograms/Source/CommonFramework/GlobalSettingsPanel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ GlobalSettings::GlobalSettings()
109109
"<b>Send Error Reports:</b><br>"
110110
"Send error reports to the " + PROGRAM_NAME + " server to help them resolve issues and improve the program.",
111111
LockMode::LOCK_WHILE_RUNNING,
112-
IS_BETA_VERSION
112+
true
113113
)
114114
, STATS_FILE(
115115
false,

0 commit comments

Comments
 (0)