feat: remove system-in name plist
This commit is contained in:
@@ -4,8 +4,6 @@
|
|||||||
<dict>
|
<dict>
|
||||||
<key>CFBundleIconFile</key>
|
<key>CFBundleIconFile</key>
|
||||||
<string>icon.icns</string>
|
<string>icon.icns</string>
|
||||||
<key>CFBundleName</key>
|
|
||||||
<string>Clash Verge</string>
|
|
||||||
<key>CFBundleDisplayName</key>
|
<key>CFBundleDisplayName</key>
|
||||||
<string>Clash Verge</string>
|
<string>Clash Verge</string>
|
||||||
<key>com.apple.security.app-sandbox</key>
|
<key>com.apple.security.app-sandbox</key>
|
||||||
|
|||||||
@@ -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 {
|
if is_show {
|
||||||
let window_clone = newly_created_window.clone();
|
let window_clone = newly_created_window.clone();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user