feat: added a title to the popup view to allow control of it via 3d party apps (#2295)

This commit is contained in:
Serhiy Mytrovtsiy
2025-01-08 20:06:05 +01:00
parent 847de8d8c5
commit 1a8bd2e657

View File

@@ -52,6 +52,8 @@ public class PopupWindow: NSWindow, NSWindowDelegate {
visibilityCallback(state)
}
self.title = title
self.titleVisibility = .hidden
self.contentViewController = self.viewController
self.titlebarAppearsTransparent = true
self.animationBehavior = .default