started the process of renaming to Koala Clash

This commit is contained in:
coolcoala
2025-07-28 08:39:23 +03:00
parent 8cf83f8338
commit 5f027ebc79
6 changed files with 12 additions and 12 deletions

View File

@@ -353,7 +353,7 @@ pub fn run() {
.get_webview_window("main")
{
logging!(info, Type::Window, true, "设置macOS窗口标题");
let _ = window.set_title("Clash Verge Rev Lite");
let _ = window.set_title("Koala Clash");
}
}
}

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 Rev Lite")
.title("Koala Clash")
.center()
.decorations(true)
.fullscreen(false)