From c0adb7a03d105a6e34bb539881c2cfbb1318e40b Mon Sep 17 00:00:00 2001 From: tcsnzh Date: Sun, 10 Oct 2021 15:06:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9'=E9=92=89=E4=BD=8F'=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=BB=8E=E5=9B=BE=E9=92=89=E6=8C=89=E9=92=AE=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E5=9C=A8=E6=8F=92=E4=BB=B6=E8=8F=9C=E5=8D=95=E4=B8=AD?= =?UTF-8?q?=E9=80=89=E9=A1=B9.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/App.vue | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/src/renderer/App.vue b/src/renderer/App.vue index 88cfa75..82262af 100644 --- a/src/renderer/App.vue +++ b/src/renderer/App.vue @@ -80,18 +80,6 @@ - - -
@@ -368,6 +356,10 @@ export default { type === "separate" ) { const pluginMenu = [ + { + label: this.config.perf.common.hideOnBlur ? "自动隐藏" : "钉住", + click: this.changeHideOnBlur, + }, { label: "开发者工具", click: () => { @@ -574,9 +566,4 @@ export default { left: 0; } } -.button-hide-on-blur { - padding: 0px 3px 0px 0px; - // 小按钮只会在碰到1/3处时被认为点击。 - height: 33%; -}