Bug Fixes
the build was successful Details

This commit is contained in:
Sarah Jamie Lewis 2020-01-13 13:30:05 -08:00
parent a4ae5dcbed
commit 0eb27d6525
2 changed files with 1 additions and 2 deletions

View File

@ -135,7 +135,7 @@ func mainUi(flagLocal bool, flagClientUI bool) {
if runtime.GOOS == "android" { if runtime.GOOS == "android" {
gcd.SetAssetPath("assets:/") gcd.SetAssetPath("assets:/")
} else { } else {
gcd.SetAssetPath(path.Join(dir, "assets") + string(os.PathSeparator)) gcd.SetAssetPath("file://" + path.Join(dir, "assets") + string(os.PathSeparator))
} }
if buildVer != "" { if buildVer != "" {

View File

@ -126,7 +126,6 @@ ApplicationWindow {
currentIndex: 1 currentIndex: 1
anchors.fill: parent anchors.fill: parent
currentIndex: 0
readonly property int splashPane: 0 readonly property int splashPane: 0
readonly property int managementPane: 1 readonly property int managementPane: 1
readonly property int addEditProfilePane: 2 readonly property int addEditProfilePane: 2