mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +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 {
|
||||
id: allTab;
|
||||
text: "ALL";
|
||||
property string includeActions: 'snapshot, concurrency';
|
||||
property string includeActions: 'snapshot,concurrency';
|
||||
selected: allTab === selectedTab;
|
||||
action: tabSelect;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue