Skip to content

Commit

Permalink
Fix: Windows で最大化ボタンが表示されない問題を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukumijima committed Dec 9, 2024
1 parent 701fb94 commit 60a1d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Menu/MenuBar/MinMaxCloseButtons.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
v-else
dense
flat
icon="crop_square"
icon="sym_r_crop_square"
class="title-bar-buttons"
aria-label="最大化"
@click="toggleMaximizeWindow()"
Expand Down

0 comments on commit 60a1d01

Please sign in to comment.