Skip to content

Commit

Permalink
Use wails v2.0.0-alpha.54 for hide window fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
leaanthony committed Mar 18, 2021
1 parent b958b25 commit 88ae40f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/matryer/xbar/pkg/update v0.0.0-00010101000000-000000000000
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
github.com/pkg/errors v0.9.1
github.com/wailsapp/wails/v2 v2.0.0-alpha.53
github.com/wailsapp/wails/v2 v2.0.0-alpha.54
golang.org/x/sys v0.0.0-20201207223542-d4d67f95c62d // indirect
)

Expand Down
4 changes: 2 additions & 2 deletions app/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ github.com/ugorji/go/codec v1.1.7/go.mod h1:Ax+UKWsSmolVDwsd+7N3ZtXu+yMGCf907BLY
github.com/ulikunitz/xz v0.5.6/go.mod h1:2bypXElzHzzJZwzH67Y6wb67pO62Rzfn7BSiF4ABRW8=
github.com/ulikunitz/xz v0.5.10 h1:t92gobL9l3HE202wg3rlk19F6X+JOxl9BBrCCMYEYd8=
github.com/ulikunitz/xz v0.5.10/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14=
github.com/wailsapp/wails/v2 v2.0.0-alpha.53 h1:g7fPbm3aFV3hYDvQgQxUii6fwLY1pQ31i9hsG/gZdak=
github.com/wailsapp/wails/v2 v2.0.0-alpha.53/go.mod h1:Yc65JRHZwCwYfBTaemkOzN7nOl2e1iBVZMzEVPxsQ9s=
github.com/wailsapp/wails/v2 v2.0.0-alpha.54 h1:h+fMEbfnog0Jz2VdRIhFWpV7EfLRdJRCzF/xb4klLyg=
github.com/wailsapp/wails/v2 v2.0.0-alpha.54/go.mod h1:Yc65JRHZwCwYfBTaemkOzN7nOl2e1iBVZMzEVPxsQ9s=
github.com/wzshiming/ctc v1.2.3/go.mod h1:2tVAtIY7SUyraSk0JxvwmONNPFL4ARavPuEsg5+KA28=
github.com/wzshiming/winseq v0.0.0-20200112104235-db357dc107ae/go.mod h1:VTAq37rkGeV+WOybvZwjXiJOicICdpLCN8ifpISjK20=
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 h1:nIPpBwaJSVYIxUFsDv3M8ofmx9yWTog9BfvIu0q41lo=
Expand Down

0 comments on commit 88ae40f

Please sign in to comment.