fixed localization and made minor bug fixes

This commit is contained in:
coolcoala
2025-07-11 21:13:05 +03:00
parent e1968891ac
commit 41f32231f0
8 changed files with 29 additions and 31 deletions

View File

@@ -335,7 +335,7 @@ pub fn create_window(is_show: bool) -> bool {
"main", /* the unique window label */
tauri::WebviewUrl::App("index.html".into()),
)
.title("Clash Verge")
.title("Clash Verge Rev Lite")
.center()
.decorations(true)
.fullscreen(false)