Don't auto apply 'updatable' filter

This commit is contained in:
Zach Fox 2018-03-14 16:02:33 -07:00
parent cc4726b24b
commit 2d57c444b6

View file

@ -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));