Skip to content

Commit

Permalink
Show hidden files
Browse files Browse the repository at this point in the history
  • Loading branch information
krystian-panek-vmltech committed Nov 5, 2021
1 parent c394dca commit db8018a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/kotlin/com/neva/gradle/fork/gui/PropertyDialog.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class PropertyDialog(private val config: Config) {
private val fileChooser by lazy {
JFileChooser().apply {
fileSelectionMode = JFileChooser.FILES_AND_DIRECTORIES
isFileHidingEnabled = false
}
}

Expand Down

0 comments on commit db8018a

Please sign in to comment.