Debug settings

This commit is contained in:
Loic Guegan 2022-02-25 09:28:52 +01:00
parent 4adb5ff056
commit 6f866f55ee

View file

@ -96,6 +96,7 @@ public:
virtual bool TransferDataFromWindow() {
ApplyPreferences();
MAINWIN->ApplyPreferences();
return (true);
}
};