mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-23 14:14:28 +02:00
Show only free items when running from the oculus store
This commit is contained in:
parent
c775a9b23f
commit
4bbb030ad7
1 changed files with 4 additions and 4 deletions
|
@ -38,8 +38,8 @@ Rectangle {
|
||||||
property bool keyboardEnabled: HMD.active
|
property bool keyboardEnabled: HMD.active
|
||||||
property bool keyboardRaised: false
|
property bool keyboardRaised: false
|
||||||
property string searchScopeString: "Featured"
|
property string searchScopeString: "Featured"
|
||||||
property bool isLoggedIn: false;
|
property bool isLoggedIn: false
|
||||||
property bool supports3DHTML: true;
|
property bool supports3DHTML: true
|
||||||
|
|
||||||
anchors.fill: (typeof parent === undefined) ? undefined : parent
|
anchors.fill: (typeof parent === undefined) ? undefined : parent
|
||||||
|
|
||||||
|
@ -498,7 +498,7 @@ Rectangle {
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
root.sortString,
|
root.sortString,
|
||||||
false,
|
WalletScriptingInterface.limitedCommerce,
|
||||||
marketBrowseModel.currentPageToRetrieve,
|
marketBrowseModel.currentPageToRetrieve,
|
||||||
marketBrowseModel.itemsPerPage
|
marketBrowseModel.itemsPerPage
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue