Skip to content

Commit

Permalink
Set main window as master
Browse files Browse the repository at this point in the history
  • Loading branch information
douglascdev committed Jun 24, 2024
1 parent 3a94e84 commit bf50f98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Changes:
- Emote search
- Reconnect on EOF
- Close app when main window is closed but others are still open
1 change: 1 addition & 0 deletions fyne_ui.go
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ func main() {
a := app.New()
w := a.NewWindow("hasherino2")
w.Resize(fyne.NewSize(600, 800))
w.SetMaster()

hc := &hasherino.HasherinoController{}
hc, err := hc.New(callbackMap)
Expand Down

0 comments on commit bf50f98

Please sign in to comment.