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 dea0f9c commit 17f330aCopy full SHA for 17f330a
src/renderer/components/TomatoClock.vue
@@ -36,12 +36,12 @@
36
>
37
<div class="bottom-left">
38
<i
39
- class="el-icon-close-notification"
+ class="el-icon-bell"
40
v-show="!clock_muted"
41
@click="changeMuted(true)"
42
></i>
43
44
- class="el-icon-bell"
+ class="el-icon-close-notification"
45
v-show="clock_muted"
46
@click="changeMuted(false)"
47
@@ -72,12 +72,12 @@
72
73
74
75
76
77
78
79
80
81
82
83
0 commit comments