You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/views/Home.vue
+2-7Lines changed: 2 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
<template lang="pug">
2
2
div
3
-
b-alert(v-if="isAndroid"show)
3
+
b-alert(v-if="$isAndroid"show)
4
4
| #[b Note:] ActivityWatch on Android is in a very early stage of development. There will be bugs, but we hope you bear with us as we refine things and get it on par with the desktop version of ActivityWatch (which you should try!).
5
5
6
6
h3 Hello early user,
7
7
p
8
-
| It's still early days for ActivityWatch #[span(v-if="isAndroid") (especially on Android!)]. We've come a long way but we need users (like you!)
8
+
| It's still early days for ActivityWatch #[span(v-if="$isAndroid") (especially on Android!)]. We've come a long way but we need users (like you!)
9
9
| to provide feedback and help us turn ActivityWatch into a successful project.
10
10
| Early users like you mean a lot to us, and we hope you'll reach out to us with any ideas you have for improvements!
0 commit comments