Skip to content

Commit

Permalink
Set Wails Always on Top
Browse files Browse the repository at this point in the history
  • Loading branch information
Pivi authored and pivilartisant committed Sep 12, 2023
1 parent 763f3b6 commit ce5d7d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/wails/wails.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ func NewWailsApp(app *wApp.WalletApp, assets embed.FS) *application.Application
Width: 513,
Height: 440,
StartHidden: true,
AlwaysOnTop: true,
AssetServer: &assetserver.Options{
Assets: assets,
},
Expand Down

0 comments on commit ce5d7d0

Please sign in to comment.