18 import Ubuntu.Components 0.1
20 import Unity.Application 0.1
21 import
"../Components"
22 import "../Components/ListItems"
27 objectName:
"DashApps"
29 property var runningApps: ApplicationManager
33 property int count: scopeView.scope.searchQuery.length == 0 ? scopeView.runningApps.count : 0
37 scopeView.scope.categories.addSpecialCategory(
"running.apps.category", i18n.tr(
"Recent"),
"",
"{ \"template\": { \"category-layout\": \"running-apps\" } }", countObject);
38 enableHeightBehaviorOnNextCreation = scopeView.runningApps.count === 0