mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
fix includeActions so places show up in All
This commit is contained in:
parent
04ebdf14a2
commit
eb281389f5
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