fix(desktop): 识别浮层浮在全屏 App 之上(FullScreenAuxiliary)
仅 alwaysOnTop 时,全屏终端/浏览器独占 Space,浮层不显示。启动时给浮层 NSWindow 追加 CanJoinAllSpaces|Stationary|FullScreenAuxiliary 集合行为(objc2 直设,主线程),使其作为辅助窗叠加到全屏 Space 上。 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Generated
+1
@@ -954,6 +954,7 @@ dependencies = [
|
||||
"env_logger",
|
||||
"futures-util",
|
||||
"log",
|
||||
"objc2 0.5.2",
|
||||
"parking_lot",
|
||||
"reqwest 0.12.28",
|
||||
"serde",
|
||||
|
||||
Reference in New Issue
Block a user