Skip to content

Commit cb00ce0

Browse files
committed
Make file chooser directory persistent within a model
1 parent 04316ed commit cb00ce0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/LevelSpaceMenu.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,6 @@ object LevelSpaceMenu {
136136

137137
class NewModelAction(name: String, modelManager: ModelManager) extends NewTabAction(name, modelManager) {
138138
override def filePath: Option[String] = {
139-
FileDialog.setDirectory(App.app.workspace.getModelDir)
140-
141139
val ws = App.app.workspace
142140
val loader = FileFormat.standardAnyLoader(false, ws.compiler.utilities)
143141
val controller = new SaveModel.Controller {

0 commit comments

Comments
 (0)