From fd5b4b12f327591b87662a1a6122bc34362be5c8 Mon Sep 17 00:00:00 2001 From: leejinho Date: Mon, 25 Nov 2019 10:47:44 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A1=9C=EA=B7=B8=EC=95=84=EC=9B=83,=20?= =?UTF-8?q?=EC=84=A4=EC=A0=95=20=EB=B2=84=ED=8A=BC=EC=97=90=20=EB=8C=80?= =?UTF-8?q?=ED=95=9C=20=EC=9C=A0=ED=9A=A8=EC=84=B1=20=EC=B2=B4=ED=81=AC.?= =?UTF-8?q?=201.=20=EB=A1=9C=EA=B7=B8=EC=95=84=EC=9B=83=EC=8B=9C=20?= =?UTF-8?q?=EB=B3=B4=EC=97=AC=EC=A7=80=EC=A7=80=20=EC=95=8A=EA=B2=8C=20?= =?UTF-8?q?=EC=88=98=EC=A0=95.=202.=20=EB=A1=9C=EA=B7=B8=EC=9D=B8=20?= =?UTF-8?q?=EC=83=81=ED=83=9C=EA=B0=80=20=EC=95=84=EB=8B=90=20=EA=B2=BD?= =?UTF-8?q?=EC=9A=B0=EC=97=90=20skip=20=ED=95=98=EB=8F=84=EB=A1=9D=20?= =?UTF-8?q?=EC=88=98=EC=A0=95.=203.=20=EB=A1=9C=EA=B7=B8=EC=95=84=EC=9B=83?= =?UTF-8?q?=EC=8B=9C=20confirm=20=ED=95=98=EB=8F=84=EB=A1=9D=20=EC=88=98?= =?UTF-8?q?=EC=A0=95.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ucap-webmessenger-electron/src/index.ts | 1 + .../native/components/top-bar.component.html | 2 +- .../native/components/top-bar.component.ts | 21 +++++++++-- .../app/services/authentication.service.ts | 4 ++ .../src/app/services/native.service.ts | 2 +- .../store/account/authentication/effects.ts | 37 ++++++++++++------- .../app/store/messenger/settings/effects.ts | 36 +++++++++++------- 7 files changed, 72 insertions(+), 31 deletions(-) diff --git a/electron-projects/ucap-webmessenger-electron/src/index.ts b/electron-projects/ucap-webmessenger-electron/src/index.ts index 6ce956ca..b5c5bf95 100644 --- a/electron-projects/ucap-webmessenger-electron/src/index.ts +++ b/electron-projects/ucap-webmessenger-electron/src/index.ts @@ -166,6 +166,7 @@ function createTray() { // accelerator: 'Q', // selector: 'terminate:', click: () => { + appWindow.show(); appWindow.browserWindow.webContents.send(MessengerChannel.Logout); } }, diff --git a/projects/ucap-webmessenger-app/src/app/layouts/native/components/top-bar.component.html b/projects/ucap-webmessenger-app/src/app/layouts/native/components/top-bar.component.html index bf54cbdb..2c5edb47 100644 --- a/projects/ucap-webmessenger-app/src/app/layouts/native/components/top-bar.component.html +++ b/projects/ucap-webmessenger-app/src/app/layouts/native/components/top-bar.component.html @@ -4,7 +4,7 @@
UCAP M Messenger
-