mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 22:36:57 +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 {
|
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