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
@@ -69,6 +69,8 @@ func checkForUpdate(new string) (bool, error) {
}
if newNums[i] > curNums[i] {
return true, nil
} else if curNums[i] > newNums[i] {
return false, nil
}
}
return false, nil