Skip to content

Commit 17f330a

Browse files
committed
fix: 快速静音
1 parent dea0f9c commit 17f330a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/renderer/components/TomatoClock.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
3636
>
3737
<div class="bottom-left">
3838
<i
39-
class="el-icon-close-notification"
39+
class="el-icon-bell"
4040
v-show="!clock_muted"
4141
@click="changeMuted(true)"
4242
></i>
4343
<i
44-
class="el-icon-bell"
44+
class="el-icon-close-notification"
4545
v-show="clock_muted"
4646
@click="changeMuted(false)"
4747
></i>
@@ -72,12 +72,12 @@
7272
>
7373
<div class="bottom-left">
7474
<i
75-
class="el-icon-close-notification"
75+
class="el-icon-bell"
7676
v-show="!clock_muted"
7777
@click="changeMuted(true)"
7878
></i>
7979
<i
80-
class="el-icon-bell"
80+
class="el-icon-close-notification"
8181
v-show="clock_muted"
8282
@click="changeMuted(false)"
8383
></i>

0 commit comments

Comments
 (0)