Skip to content

Commit 360b1b4

Browse files
authored
feat: hide top-window titles vis on android (#737)
1 parent 7ed6115 commit 360b1b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SelectableVisualization.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ div
2828
:namefunc="e => e.data.app",
2929
:colorfunc="e => e.data.app",
3030
with_limit)
31-
div(v-if="type == 'top_titles'")
31+
div(v-if="type == 'top_titles' && !activityStore.android.available")
3232
aw-summary(:fields="activityStore.window.top_titles",
3333
:namefunc="e => e.data.title",
3434
:colorfunc="e => e.data['$category']",

0 commit comments

Comments
 (0)