mirror of
https://github.com/rubickCenter/rubick
synced 2025-06-20 11:12:44 +08:00
bugfix:#40
This commit is contained in:
parent
579b283a55
commit
8d340cb76c
@ -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,
|
||||||
|
@ -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: '拉比克',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user