mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +02:00
Merge pull request #10186 from sethalves/fix-all-places
fix includeActions so places show up in All
This commit is contained in:
commit
7ad185ddfe
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ StackView {
|
||||||
TabletTextButton {
|
TabletTextButton {
|
||||||
id: allTab;
|
id: allTab;
|
||||||
text: "ALL";
|
text: "ALL";
|
||||||
property string includeActions: 'snapshot, concurrency';
|
property string includeActions: 'snapshot,concurrency';
|
||||||
selected: allTab === selectedTab;
|
selected: allTab === selectedTab;
|
||||||
action: tabSelect;
|
action: tabSelect;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue