mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-19 19:04:23 +08:00
修复 macOS Retina 下窗口尺寸异常与默认窗口过小问题
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
"windows": [
|
||||
{
|
||||
"title": "SecScore",
|
||||
"width": 10000,
|
||||
"height": 10000,
|
||||
"width": 1180,
|
||||
"height": 680,
|
||||
"resizable": true,
|
||||
"fullscreen": false,
|
||||
"decorations": false,
|
||||
|
||||
Reference in New Issue
Block a user