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>
7 lines
177 B
Go
7 lines
177 B
Go
package singleinstance
|
|
|
|
import "errors"
|
|
|
|
// ErrAlreadyRunning means another Navis GUI instance holds the lock.
|
|
var ErrAlreadyRunning = errors.New("Navis уже запущен")
|