fix: while connected to MySQL if internet was lost no qso would be logged anymore
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
//go:build !windows
|
||||
//go:build !windows || bindings
|
||||
|
||||
package main
|
||||
|
||||
// acquireSingleInstance is a no-op off Windows (the single-instance guard uses a
|
||||
// Windows named mutex). Always allows the app to start.
|
||||
// acquireSingleInstance is a no-op off Windows (the guard uses a Windows named
|
||||
// mutex), and during Wails' binding generation (the `bindings` tag) — that step
|
||||
// runs this binary, and a real OpsLog already running would otherwise make it
|
||||
// exit before Wails could reflect the bindings.
|
||||
func acquireSingleInstance() bool { return true }
|
||||
|
||||
Reference in New Issue
Block a user