From ffbe09c5076993523a2aeacb4206c1f405c3bbd7 Mon Sep 17 00:00:00 2001 From: PickledChair Date: Sun, 5 Dec 2021 16:00:43 +0900 Subject: [PATCH 1/3] =?UTF-8?q?=E6=9C=80=E5=B0=8F=E5=8C=96=E3=83=BB?= =?UTF-8?q?=E6=9C=80=E5=A4=A7=E5=8C=96=E3=83=BB=E9=96=89=E3=81=98=E3=82=8B?= =?UTF-8?q?=E3=83=9C=E3=82=BF=E3=83=B3=E3=82=92=E6=96=B0=E3=81=97=E3=81=84?= =?UTF-8?q?Component=E3=81=AB=E5=88=87=E3=82=8A=E5=87=BA=E3=81=97=E3=80=81?= =?UTF-8?q?mac=E3=81=A7=E5=B7=A6=E3=80=81=E3=81=9D=E3=82=8C=E4=BB=A5?= =?UTF-8?q?=E5=A4=96=E3=81=AEOS=E3=81=A7=E5=8F=B3=E3=81=AB=E8=A1=A8?= =?UTF-8?q?=E7=A4=BA=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/MenuBar.vue | 5 +- src/components/MinMaxCloseButtons.vue | 133 ++++++++++++++++++++++++++ src/components/TitleBarButtons.vue | 82 +--------------- 3 files changed, 140 insertions(+), 80 deletions(-) create mode 100644 src/components/MinMaxCloseButtons.vue diff --git a/src/components/MenuBar.vue b/src/components/MenuBar.vue index 72daf76ccb..efaccdc103 100644 --- a/src/components/MenuBar.vue +++ b/src/components/MenuBar.vue @@ -1,6 +1,7 @@