0.5.0 Added beads config. /JL

This commit is contained in:
2022-12-29 23:25:42 +01:00
parent 818f11abdf
commit b14275687d
4 changed files with 183 additions and 2 deletions
+4 -1
View File
@@ -32,7 +32,7 @@ type MyMainWindow struct {
const (
AppName string = "BeadImager"
Version string = "0.4.5"
Version string = "0.5.0"
CopyRight string = "©2022 Jan Lerking"
STD_MESS string = "Ready"
LogFile string = "BeadImager.log"
@@ -49,6 +49,9 @@ var (
ConfogGridColor string
ConfigShowBeads string
ConfigBackgroundColor string
ConfigShowAll string
ConfigGreyscale string
ConfigInStock string
)
func SetupMainWindow(mw *MyMainWindow) {