mirror of
https://github.com/jahruz67/wisp-open.git
synced 2026-08-08 18:14:08 +00:00
feat: add hotkey registration error handling and dynamic icon generation
This commit is contained in:
@@ -112,3 +112,9 @@ func runSecondInstanceListener() {
|
||||
}
|
||||
}()
|
||||
}
|
||||
|
||||
func cleanupSecondInstanceListener() {
|
||||
if path, err := instanceSocketPath(); err == nil {
|
||||
_ = os.Remove(path)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user