mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 05:53:06 +02:00
CR fixes
This commit is contained in:
parent
c33d2aafda
commit
70cc6594c7
2 changed files with 1 additions and 2 deletions
|
@ -422,7 +422,7 @@ Item {
|
|||
verticalAlignment: Text.AlignVCenter;
|
||||
|
||||
onLinkActivated: {
|
||||
if(link == "#standaloneIncompatible") {
|
||||
if (link === "#standaloneIncompatible") {
|
||||
sendToPurchases({method: 'showStandaloneIncompatibleExplanation'});
|
||||
} else {
|
||||
sendToPurchases({method: 'showPermissionsExplanation', itemType: root.itemType});
|
||||
|
|
|
@ -114,7 +114,6 @@ Rectangle {
|
|||
|
||||
Component.onCompleted: {
|
||||
isStandalone = PlatformInfo.isStandalone();
|
||||
console.log(isStandalone ? "IS STANDALONE" : "ISN'T STANDALONE");
|
||||
}
|
||||
|
||||
HifiCommerceCommon.CommerceLightbox {
|
||||
|
|
Loading…
Reference in a new issue