mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-23 07:04:02 +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
|
||||||
|
|
||||||
|
@ -49,7 +49,7 @@ Rectangle {
|
||||||
licenseInfo.visible = false;
|
licenseInfo.visible = false;
|
||||||
marketBrowseModel.getFirstPage();
|
marketBrowseModel.getFirstPage();
|
||||||
{
|
{
|
||||||
if(root.searchString !== undefined && root.searchString !== "") {
|
if(root.searchString !== undefined && root.searchString !== "") {
|
||||||
root.searchScopeString = "Search Results: \"" + root.searchString + "\"";
|
root.searchScopeString = "Search Results: \"" + root.searchString + "\"";
|
||||||
} else if (root.categoryString !== "") {
|
} else if (root.categoryString !== "") {
|
||||||
root.searchScopeString = root.categoryString;
|
root.searchScopeString = root.categoryString;
|
||||||
|
@ -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