Corrected staging error with previous commit

This commit is contained in:
2019-03-15 21:15:28 +00:00
parent b97139cd6d
commit 9349b7e0fd
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -100,6 +100,7 @@ Public Class frmSettings
oSettings.SuppressBackupThreshold = nudSuppressBackupThreshold.Value
oSettings.CompressionLevel = cboCompression.SelectedValue
oSettings.ThemeSelection = cboThemeSelection.SelectedValue
oSettings.AutoHideLog = chkAutoHideLog.Checked
If oSettings.Custom7zArguments <> txt7zArguments.Text.Trim And txt7zArguments.Text.Trim <> String.Empty Then
mgrCommon.ShowMessage(frmSettings_WarningArguments, MsgBoxStyle.Exclamation)