bugfix:#40

This commit is contained in:
muwoo 2021-09-03 14:22:41 +08:00
parent 579b283a55
commit 8d340cb76c
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "rubick2", "name": "rubick2",
"version": "0.0.3-beta.8", "version": "0.0.3-beta.9",
"author": "muwoo <2424880409@qq.com>", "author": "muwoo <2424880409@qq.com>",
"description": "An electron-vue project", "description": "An electron-vue project",
"license": null, "license": null,

View File

@ -14,6 +14,7 @@ module.exports = () => {
win = new BrowserWindow({ win = new BrowserWindow({
height: 60, height: 60,
useContentSize: true, useContentSize: true,
resizable: false,
width: 800, width: 800,
frame: false, frame: false,
title: '拉比克', title: '拉比克',