fix includeActions so places show up in All

This commit is contained in:
Seth Alves 2017-04-10 14:46:31 -07:00
parent 04ebdf14a2
commit eb281389f5

View file

@ -255,7 +255,7 @@ StackView {
TabletTextButton {
id: allTab;
text: "ALL";
property string includeActions: 'snapshot, concurrency';
property string includeActions: 'snapshot,concurrency';
selected: allTab === selectedTab;
action: tabSelect;
}