💄 detach 窗口样式修复

This commit is contained in:
muwoo 2023-08-01 12:14:52 +08:00
parent 676c2b9c6a
commit 7a96bf395a
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "rubick", "name": "rubick",
"version": "2.3.3", "version": "2.3.4",
"author": "muwoo <2424880409@qq.com>", "author": "muwoo <2424880409@qq.com>",
"private": true, "private": true,
"scripts": { "scripts": {

View File

@ -17,7 +17,6 @@ export default () => {
width: viewInfo.width, width: viewInfo.width,
autoHideMenuBar: true, autoHideMenuBar: true,
titleBarStyle: 'hidden', titleBarStyle: 'hidden',
titleBarOverlay: true,
trafficLightPosition: { x: 12, y: 21 }, trafficLightPosition: { x: 12, y: 21 },
title: pluginInfo.pluginName, title: pluginInfo.pluginName,
resizable: true, resizable: true,