mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 01:03:57 +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;
|
||||
break;
|
||||
case 'showUpdates':
|
||||
filterBar.changeFilterByDisplayName("Updatable");
|
||||
// Uncomment and/or change this once we figure out what the correct behavior is.
|
||||
//filterBar.changeFilterByDisplayName("Updatable");
|
||||
break;
|
||||
default:
|
||||
console.log('Unrecognized message from marketplaces.js:', JSON.stringify(message));
|
||||
|
|
Loading…
Reference in a new issue