Merge branch 'uibugfixs' of cwtch.im/ui into master
the build was successful Details

This commit is contained in:
Dan Ballard 2020-01-20 12:16:35 -08:00 committed by Gogs
commit 449bccd626
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