clean up Window Name
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
2233089565
commit
c2238506de
2
main.go
2
main.go
|
@ -135,7 +135,7 @@ func main() {
|
||||||
|
|
||||||
// make this the main loop in an attempt to figure out the crashes
|
// make this the main loop in an attempt to figure out the crashes
|
||||||
// do not change this until the GUI is stable
|
// do not change this until the GUI is stable
|
||||||
gui.StartNewWindow(false, "SPLASH", showSplashBox)
|
gui.StartNewWindow(false, "Cloud Control Panel", showSplashBox)
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue