mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 00:35:38 +08:00
fix: change window default size
This commit is contained in:
@@ -51,7 +51,7 @@ fn resolve_window(app: &App) {
|
|||||||
window
|
window
|
||||||
.set_size(Logical(LogicalSize {
|
.set_size(Logical(LogicalSize {
|
||||||
width: 800.0,
|
width: 800.0,
|
||||||
height: 610.0,
|
height: 620.0,
|
||||||
}))
|
}))
|
||||||
.unwrap();
|
.unwrap();
|
||||||
// use tauri_plugin_vibrancy::MacOSVibrancy;
|
// use tauri_plugin_vibrancy::MacOSVibrancy;
|
||||||
|
|||||||
@@ -71,7 +71,7 @@
|
|||||||
{
|
{
|
||||||
"title": "Clash Verge",
|
"title": "Clash Verge",
|
||||||
"width": 800,
|
"width": 800,
|
||||||
"height": 600,
|
"height": 610,
|
||||||
"resizable": true,
|
"resizable": true,
|
||||||
"fullscreen": false,
|
"fullscreen": false,
|
||||||
"decorations": false,
|
"decorations": false,
|
||||||
|
|||||||
Reference in New Issue
Block a user