Merge pull request #10186 from sethalves/fix-all-places

fix includeActions so places show up in All
This commit is contained in:
Howard Stearns 2017-04-10 15:35:17 -07:00 committed by GitHub
commit 7ad185ddfe

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;
}