feat: remove system-in name plist

This commit is contained in:
Tunglies
2025-05-17 01:21:08 +08:00
parent 6fe7aabe14
commit d554679ee2
2 changed files with 3 additions and 2 deletions

View File

@@ -4,8 +4,6 @@
<dict>
<key>CFBundleIconFile</key>
<string>icon.icns</string>
<key>CFBundleName</key>
<string>Clash Verge</string>
<key>CFBundleDisplayName</key>
<string>Clash Verge</string>
<key>com.apple.security.app-sandbox</key>

View File

@@ -318,6 +318,9 @@ pub fn create_window(is_show: bool) -> bool {
"异步窗口任务开始 (启动已标记完成)"
);
#[cfg(target_os = "macos")]
let _ = newly_created_window.set_decorations(false);
if is_show {
let window_clone = newly_created_window.clone();