A bit more for split-merge files functionality

This commit is contained in:
Dmitry Isaenko 2020-01-21 03:22:22 +03:00
parent 4dc6d0ae0c
commit d00b914214
10 changed files with 321 additions and 29 deletions

View file

@ -323,5 +323,7 @@ public class NSLMainController implements Initializable {
SettingsTabController.getNSPFileFilterForGL(),
SettingsTabController.getGlOldVer()
);
SplitMergeTabController.updatePreferencesOnExit(); // NOTE: This shit above should be re-written to similar pattern
}
}