launcher: set ConfigHasChanged to false when config is saved

This commit is contained in:
somewhatlurker
2019-09-01 22:21:49 +10:00
parent a691cc0e43
commit 6a209a9879
+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){
}