From eb281389f5ceb715f77acfaaa0b5cbd83394c8b7 Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Mon, 10 Apr 2017 14:46:31 -0700 Subject: [PATCH] fix includeActions so places show up in All --- interface/resources/qml/hifi/tablet/TabletAddressDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }