Skip to content

Commit a16e10c

Browse files
committed
Fixed saving of new RFL below initial CFL setting
1 parent 1501cfd commit a16e10c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

DelHel/CDelHel.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,8 @@ void CDelHel::SaveSettings()
259259
std::ostringstream ss;
260260
ss << this->debug << SETTINGS_DELIMITER
261261
<< this->updateCheck << SETTINGS_DELIMITER
262-
<< this->assignNap;
262+
<< this->assignNap << SETTINGS_DELIMITER
263+
<< this->warnRFLBelowCFL;
263264

264265
this->SaveDataToSettings(PLUGIN_NAME, "DelHel settings", ss.str().c_str());
265266
}

0 commit comments

Comments
 (0)