Update screenshots, small UI corrections.

This commit is contained in:
Dmitry Isaenko 2021-08-26 16:16:04 +03:00
parent 3f2e986aed
commit 747a745bbd
5 changed files with 6 additions and 5 deletions

View file

@ -94,7 +94,9 @@ public class SplitMergeController implements Initializable {
else
mergeRad.fire();
saveToPathLbl.setText(AppPreferences.getInstance().getSplitMergeRecent());
String previouslyUsedSaveToPath = AppPreferences.getInstance().getSplitMergeRecent();
saveToPathLbl.setText(FilesHelper.getRealFolder(previouslyUsedSaveToPath));
changeSaveToBtn.setOnAction((actionEvent -> {
DirectoryChooser directoryChooser = new DirectoryChooser();