launcher: set ConfigHasChanged to false when config is saved

This commit is contained in:
somewhatlurker
2019-09-01 22:21:49 +10:00
parent 72cca5ae8d
commit be5001c928
+2
View File
@@ -583,6 +583,8 @@ private: System::Void SaveSettings() {
{
option->SaveOption();
}
*ConfigHasChanged = false;
}
private: System::Void Ui_Load(System::Object^ sender, System::EventArgs^ e){
}