We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed6115 commit 360b1b4Copy full SHA for 360b1b4
src/components/SelectableVisualization.vue
@@ -28,7 +28,7 @@ div
28
:namefunc="e => e.data.app",
29
:colorfunc="e => e.data.app",
30
with_limit)
31
- div(v-if="type == 'top_titles'")
+ div(v-if="type == 'top_titles' && !activityStore.android.available")
32
aw-summary(:fields="activityStore.window.top_titles",
33
:namefunc="e => e.data.title",
34
:colorfunc="e => e.data['$category']",
0 commit comments