We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a23cb6 commit fe86674Copy full SHA for fe86674
thcrap_update/src/notify.cpp
@@ -163,7 +163,7 @@ int update_notify_thcrap(void)
163
164
// Write message
165
// Default is false, and the value is going to be written later anyway. Doing it now would result in a useless IO write
166
- if (globalconfig_get_boolean("skip_check_mbox", false)) {
+ if (ret != SELF_OK && globalconfig_get_boolean("skip_check_mbox", false)) {
167
log_print("---------------------------\n");
168
log_printf("%s\n", self_msg);
169
0 commit comments