diff options
author | xengineering <me@xengineering.eu> | 2023-07-09 16:19:55 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2023-07-09 16:19:55 +0200 |
commit | ffd41bba908fecc617970cf101d9b63b1db28d40 (patch) | |
tree | 59403c8a3f83f6066acaabf62012466b09171cd4 /gui.go | |
parent | 16d5f079cc51bffe9f07b356f3a42d5a09a45317 (diff) | |
download | limox-ffd41bba908fecc617970cf101d9b63b1db28d40.tar limox-ffd41bba908fecc617970cf101d9b63b1db28d40.tar.zst limox-ffd41bba908fecc617970cf101d9b63b1db28d40.zip |
Rename MainButton
This used to be the only button. This will change soon.
Diffstat (limited to 'gui.go')
-rw-r--r-- | gui.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ func (l *Limox) draw(e system.FrameEvent) { ), layout.Rigid( func(gtx layout.Context) layout.Dimensions { - btn := material.Button(l.Theme, &l.MainButton, + btn := material.Button(l.Theme, &l.ConnectButton, l.buttonLabel()) return btn.Layout(gtx) }, |