mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
FIX:fixed appconfig is not saved when switching dark mode
Change-Id: I77fc3808309a23497000c34b6047a359d12c4622
This commit is contained in:
@@ -64,6 +64,7 @@ void ParamsDialog::Popup()
|
||||
#ifdef __WIN32__
|
||||
Reparent(wxGetApp().mainframe);
|
||||
#endif
|
||||
wxGetApp().UpdateDlgDarkUI(this);
|
||||
Center();
|
||||
Show();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user