Skip to content

Commit 5b57638

Browse files
committed
update
1 parent 2218c9f commit 5b57638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dlgProfilePreferences.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ dlgProfilePreferences::dlgProfilePreferences(QWidget* pParentWidget, Host* pHost
283283
checkBox_crashreportsTesting->setChecked(mudlet::self()->smSendCrashesForTesting);
284284
#if defined(INCLUDE_SENTRY)
285285
// show the option to send crash reports for testing builds if it's a testing build
286-
if (mudlet::self()->isTestVersion() || !mudlet::self()->releaseVersion) {
286+
if (!mudlet::self()->releaseVersion) {
287287
checkBox_crashreportsTesting->show();
288288
} else {
289289
checkBox_crashreportsTesting->hide();

0 commit comments

Comments
 (0)