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",
|
||||
"version": "0.0.3-beta.8",
|
||||
"version": "0.0.3-beta.9",
|
||||
"author": "muwoo <2424880409@qq.com>",
|
||||
"description": "An electron-vue project",
|
||||
"license": null,
|
||||
|
@ -14,6 +14,7 @@ module.exports = () => {
|
||||
win = new BrowserWindow({
|
||||
height: 60,
|
||||
useContentSize: true,
|
||||
resizable: false,
|
||||
width: 800,
|
||||
frame: false,
|
||||
title: '拉比克',
|
||||
|
Loading…
x
Reference in New Issue
Block a user