Release 3.8.2.11: idle rev-cache, port-safe Connect, single-instance tray UX.
Faster unchanged polls; orphan-core cleanup on listen ports; clearer busy-port errors; cores only from binDir; incremental server list; CSP without Google Fonts; single-instance activates existing window; close-to-tray without kill-others or balloon. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -27,9 +27,10 @@ func shutdownSignals() []os.Signal {
|
||||
return []os.Signal{os.Interrupt, syscall.SIGTERM}
|
||||
}
|
||||
|
||||
func decorateWindow(w glaze.WebView) {
|
||||
// macOS Dock/app icon comes from the .app bundle; nothing to apply here.
|
||||
func decorateWindow(w glaze.WebView, hideOnClose bool) {
|
||||
// macOS Dock/app icon comes from the .app bundle; close-to-hide is Windows-only.
|
||||
_ = w
|
||||
_ = hideOnClose
|
||||
}
|
||||
|
||||
func showMainWindow() {}
|
||||
|
||||
Reference in New Issue
Block a user