Last Directory Bug Fix
This commit is contained in:
parent
f30714f340
commit
3971923102
1 changed files with 2 additions and 0 deletions
|
@ -196,6 +196,8 @@ public class SettingsSerializer
|
||||||
save(Configuration.javaTools);
|
save(Configuration.javaTools);
|
||||||
save(Configuration.python2Extra);
|
save(Configuration.python2Extra);
|
||||||
save(Configuration.python3Extra);
|
save(Configuration.python3Extra);
|
||||||
|
save(Configuration.lastSaveDirectory);
|
||||||
|
save(Configuration.lastPluginDirectory);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
BytecodeViewer.handleException(e);
|
BytecodeViewer.handleException(e);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue