fixed being able to select non folder things and also hid .folders aswell

This commit is contained in:
2023-12-14 20:50:06 -06:00
parent cf65351d4e
commit 703d31c91d
3 changed files with 16 additions and 6 deletions

3
go.mod
View File

@@ -4,7 +4,7 @@ go 1.20
require (
fyne.io/fyne/v2 v2.3.5
github.com/otiai10/copy v1.12.0
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f
gopkg.in/yaml.v3 v3.0.1
)
@@ -32,7 +32,6 @@ require (
golang.org/x/image v0.3.0 // indirect
golang.org/x/mobile v0.0.0-20211207041440-4e6c2922fdee // indirect
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
golang.org/x/text v0.6.0 // indirect
honnef.co/go/js/dom v0.0.0-20210725211120-f030747120f2 // indirect
)