diff --git a/interface/resources/qml/hifi/tablet/TabletAddressDialog.qml b/interface/resources/qml/hifi/tablet/TabletAddressDialog.qml index 39892f27a4..356ff92664 100644 --- a/interface/resources/qml/hifi/tablet/TabletAddressDialog.qml +++ b/interface/resources/qml/hifi/tablet/TabletAddressDialog.qml @@ -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; }