mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-04-18 16:30:32 +08:00
feat: remove system-in name plist
This commit is contained in:
parent
6fe7aabe14
commit
d554679ee2
@ -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();
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user