Settings, wine download and more!

This commit is contained in:
Belac Darkstorm
2017-04-05 15:49:21 -05:00
parent 3199ad88fd
commit e68337886f
6 changed files with 217 additions and 56 deletions
+3 -2
View File
@@ -8,7 +8,7 @@ import (
)
const (
version = "2.0.0.1"
version = "2.0.1.0"
defIni = ""
)
@@ -19,7 +19,8 @@ var (
lin []string
wine bool
comEnbld bool
darkTheme = true
wineAvail bool
showMsg = true
)
func main() {