GOMOD: still had it wrong
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
3d81e8ae9c
commit
6dafc6b3e5
2
go.mod
2
go.mod
|
@ -1,4 +1,4 @@
|
|||
module git.wit.org/jcarr/personal-gui
|
||||
module git.wit.org/wit/wit-debian-gui
|
||||
|
||||
go 1.17
|
||||
|
||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ import (
|
|||
|
||||
func mainWindow(w *gui.Node) *gui.Node {
|
||||
if (w == nil) {
|
||||
gui.Config.Title = "WIT Debian Control Panel"
|
||||
gui.Config.Title = "WIT Debian Control Panel " + VERSION
|
||||
gui.Config.Width = 101
|
||||
gui.Config.Height = 101
|
||||
w = gui.NewWindow()
|
||||
|
|
Loading…
Reference in New Issue