Skip to content

Commit db8018a

Browse files
Show hidden files
1 parent c394dca commit db8018a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/kotlin/com/neva/gradle/fork/gui/PropertyDialog.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ class PropertyDialog(private val config: Config) {
1818
private val fileChooser by lazy {
1919
JFileChooser().apply {
2020
fileSelectionMode = JFileChooser.FILES_AND_DIRECTORIES
21+
isFileHidingEnabled = false
2122
}
2223
}
2324

0 commit comments

Comments
 (0)