mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Return customized directory(if any) as a default one
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@ class TerminalProjectOptionsProvider(private val myProject: Project) : Persisten
|
||||
}
|
||||
}
|
||||
|
||||
return currentProjectFolder()
|
||||
return directory ?: currentProjectFolder()
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user