Skip to content

Commit

Permalink
Setting button on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
HeHang0 committed Mar 20, 2024
1 parent 9fe7454 commit 41a0dc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ onUnmounted(unWatch);
<div
class="music-header-operate"
v-if="isWindows && webView2Services.specialService">
<!-- <span class="music-icon" @click="push('/setting')" title="设置">
<span class="music-icon" @click="push('/setting')" title="设置">
</span> -->
</span>
<WindowControls />
</div>
</el-header>
Expand Down

0 comments on commit 41a0dc4

Please sign in to comment.