This commit is contained in:
jahruz67
2026-05-09 10:59:26 -07:00
parent 4ea6675450
commit 52cf789eab
8 changed files with 98 additions and 33 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ func IsProcessRunning(pid int) bool {
return windows.IsProcessRunning(pid)
}
func EnsureDesktopFile() error {
func EnsureDesktopFile(iconBytes []byte) error {
// Not applicable on Windows
return nil
}