mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 14:37:46 +02:00
Don't auto apply 'updatable' filter
This commit is contained in:
parent
cc4726b24b
commit
2d57c444b6
1 changed files with 2 additions and 1 deletions
|
@ -831,7 +831,8 @@ Rectangle {
|
||||||
root.isShowingMyItems = true;
|
root.isShowingMyItems = true;
|
||||||
break;
|
break;
|
||||||
case 'showUpdates':
|
case 'showUpdates':
|
||||||
filterBar.changeFilterByDisplayName("Updatable");
|
// Uncomment and/or change this once we figure out what the correct behavior is.
|
||||||
|
//filterBar.changeFilterByDisplayName("Updatable");
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
console.log('Unrecognized message from marketplaces.js:', JSON.stringify(message));
|
console.log('Unrecognized message from marketplaces.js:', JSON.stringify(message));
|
||||||
|
|
Loading…
Reference in a new issue