From 3bb7e958dc0439b1c8241bd808b030769ae4100e Mon Sep 17 00:00:00 2001 From: kuaifan Date: Wed, 26 Jan 2022 11:46:11 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20macOS=E8=A7=92=E6=A0=87=E9=A6=96?= =?UTF-8?q?=E6=AC=A1=E4=B8=8D=E6=98=BE=E7=A4=BA=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/assets/js/pages/manage.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/resources/assets/js/pages/manage.vue b/resources/assets/js/pages/manage.vue index 96640a98..75b56e2e 100644 --- a/resources/assets/js/pages/manage.vue +++ b/resources/assets/js/pages/manage.vue @@ -301,10 +301,6 @@ export default { // document.addEventListener('keydown', this.shortcutEvent); window.addEventListener('resize', this.innerHeightListener); - // - if (this.$Electron) { - this.$Electron.ipcRenderer.send('setDockBadge', 0); - } }, beforeDestroy() {