mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-18 09:24:42 -04:00
if "save as" is used, the library root path is set, if the new location
is not accessible from the current root path.
This commit is contained in:
parent
e51f3eb3b9
commit
294a7e73c7
@ -480,6 +480,7 @@ public final class Main extends JFrame implements ClosingWindowListener.ConfirmS
|
||||
switch (res) {
|
||||
case 0:
|
||||
saveFile(file, true);
|
||||
library.setRootFilePath(file.getParentFile());
|
||||
break;
|
||||
case 1:
|
||||
saveAsHelper.retryFileSelect();
|
||||
|
Loading…
x
Reference in New Issue
Block a user