We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30630d7 commit 42ce0b4Copy full SHA for 42ce0b4
Mos/Managers/WindowManager.swift
@@ -43,12 +43,12 @@ extension WindowManager {
43
windowController.window?.makeKeyAndOrderFront(self)
44
NSApp.activate(ignoringOtherApps: true)
45
// 显示 Dock 图标
46
- // Utils.showDockIcon()
+ Utils.showDockIcon()
47
}
48
// 关闭对应 Identifier 的窗口
49
func hideWindow(withIdentifier identifier: String, destroy: Bool = false) {
50
// 隐藏 Dock 图标
51
- // Utils.hideDockIcon()
+ Utils.hideDockIcon()
52
// 销毁实例
53
if destroy {
54
refs.removeValue(forKey: identifier)
0 commit comments