From 2a8e3928c1cb6a99e9837710485ea7a8e11a76eb Mon Sep 17 00:00:00 2001 From: PickledChair Date: Wed, 3 Nov 2021 02:42:34 +0900 Subject: [PATCH 1/2] =?UTF-8?q?macOS=E3=81=AB=E3=81=8A=E3=81=84=E3=81=A6?= =?UTF-8?q?=E7=B7=91=E3=83=9C=E3=82=BF=E3=83=B3=E3=81=A7=E6=9C=80=E5=A4=A7?= =?UTF-8?q?=E5=8C=96=E3=80=81=E9=BB=84=E8=89=B2=E3=83=9C=E3=82=BF=E3=83=B3?= =?UTF-8?q?=E3=81=A7=E6=9C=80=E5=B0=8F=E5=8C=96=E3=81=99=E3=82=8B=E3=82=88?= =?UTF-8?q?=E3=81=86=E3=81=AB=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TitleBarButtons.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/TitleBarButtons.vue b/src/components/TitleBarButtons.vue index a9c87fbe86..6fbc8574d9 100644 --- a/src/components/TitleBarButtons.vue +++ b/src/components/TitleBarButtons.vue @@ -43,7 +43,7 @@ icon="lens" color="green" class="title-bar-buttons" - @click="minimizeWindow()" + @click="maximizeWindow()" > Date: Wed, 3 Nov 2021 03:11:27 +0900 Subject: [PATCH 2/2] =?UTF-8?q?macOS=E3=81=AB=E3=81=8A=E3=81=91=E3=82=8B?= =?UTF-8?q?=E6=9C=80=E5=A4=A7=E5=8C=96=E3=83=BB=E6=9C=80=E5=B0=8F=E5=8C=96?= =?UTF-8?q?=E3=83=BB=E9=96=89=E3=81=98=E3=82=8B=E3=83=9C=E3=82=BF=E3=83=B3?= =?UTF-8?q?=E3=81=AE=E3=82=B5=E3=82=A4=E3=82=BA=E3=82=92=E8=AA=BF=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TitleBarButtons.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/TitleBarButtons.vue b/src/components/TitleBarButtons.vue index 6fbc8574d9..7596ac7b6f 100644 --- a/src/components/TitleBarButtons.vue +++ b/src/components/TitleBarButtons.vue @@ -41,6 +41,7 @@ flat round icon="lens" + size="8.5px" color="green" class="title-bar-buttons" @click="maximizeWindow()" @@ -50,6 +51,7 @@ flat round icon="lens" + size="8.5px" color="yellow" class="title-bar-buttons" @click="minimizeWindow()" @@ -58,6 +60,7 @@ dense flat icon="lens" + size="8.5px" color="red" class="title-bar-buttons" @click="closeWindow()"