This commit is contained in:
jahruz67
2026-05-08 17:09:25 -07:00
parent afe0692da3
commit 5bf321b22e
6 changed files with 94 additions and 10 deletions
+10
View File
@@ -0,0 +1,10 @@
//go:build windows
package main
// secondInstanceWake is unused on Windows (second-instance UX not wired here).
var secondInstanceWake = make(chan struct{}, 8)
func tryNotifyRunningInstanceToShow() {}
func runSecondInstanceListener() {}