feat: add hotkey registration error handling and dynamic icon generation

This commit is contained in:
jahruz67
2026-05-19 16:10:40 -07:00
parent b0f4ea3e6f
commit b6ae530876
11 changed files with 139 additions and 9 deletions
+6
View File
@@ -112,3 +112,9 @@ func runSecondInstanceListener() {
}
}()
}
func cleanupSecondInstanceListener() {
if path, err := instanceSocketPath(); err == nil {
_ = os.Remove(path)
}
}