mirror of
https://github.com/lubosz/overte.git
synced 2025-04-19 17:03:43 +02:00
Remove debug code
This commit is contained in:
parent
2daa30f125
commit
f08c66e3ac
3 changed files with 3 additions and 3 deletions
|
@ -182,7 +182,7 @@ Item {
|
|||
}
|
||||
HiFiGlyphs {
|
||||
id: noPermissionGlyph;
|
||||
visible: true// !root.hasPermissionToRezThis;
|
||||
visible: !root.hasPermissionToRezThis;
|
||||
anchors.verticalCenter: itemName.verticalCenter;
|
||||
anchors.left: itemName.right;
|
||||
anchors.leftMargin: itemName.truncated ? -14 : -2;
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
// for toolbar-mode: go back to home screen, this will close the window.
|
||||
tablet.gotoHomeScreen();
|
||||
} else {
|
||||
tablet.loadQMLSource(MARKETPLACE_PURCHASES_QML_PATH);
|
||||
tablet.loadQMLSource(WALLET_QML_SOURCE);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -65,7 +65,7 @@ var selectionDisplay = null; // for gridTool.js to ignore
|
|||
var onMarketplaceScreen = false;
|
||||
var onCommerceScreen = false;
|
||||
|
||||
var debugCheckout = true;
|
||||
var debugCheckout = false;
|
||||
var debugError = false;
|
||||
function showMarketplace() {
|
||||
if (!debugCheckout) {
|
||||
|
|
Loading…
Reference in a new issue