Starting UI remake work

This commit is contained in:
Belac Darkstorm
2017-04-04 07:54:04 -05:00
parent a9eeb3bb1c
commit a221d18d33
9 changed files with 390 additions and 81 deletions
-2
View File
@@ -14,8 +14,6 @@ import (
"github.com/nelsam/gxui"
)
const ()
func setup() {
PortableAppsFold, err := os.Open("PortableApps")
if PAStat, _ := PortableAppsFold.Stat(); err != nil || !PAStat.IsDir() {