mirror of
https://github.com/jahruz67/wisp-open.git
synced 2026-08-08 18:14:08 +00:00
11
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user