fix: Flex with multiple slices opened was always showing slice A s-meter.

This commit is contained in:
2026-07-10 23:13:06 +02:00
parent 6c39204301
commit 73f3ec51f7
10 changed files with 192 additions and 15 deletions
+7
View File
@@ -0,0 +1,7 @@
//go:build !windows
package main
// acquireSingleInstance is a no-op off Windows (the single-instance guard uses a
// Windows named mutex). Always allows the app to start.
func acquireSingleInstance() bool { return true }