Fix title not not going back to "Settings" upon Save or Cancel

This commit is contained in:
David Rowe 2018-09-06 14:00:33 +12:00
parent a7099025dc
commit 8420afd143

View file

@ -1,5 +1,5 @@
//
// MessageDialog.qml
// TabletMenuStack.qml
//
// Created by Dante Ruiz on 13 Feb 2017
// Copyright 2016 High Fidelity, Inc.
@ -66,7 +66,7 @@ Item {
function popSource() {
console.log("trying to pop page");
d.pop();
closeLastMenu();
}
function toModel(items, newMenu) {