mirror of
https://github.com/jahruz67/wisp-open.git
synced 2026-08-08 18:14:08 +00:00
7
This commit is contained in:
@@ -30,3 +30,8 @@ func IsInStartup() bool {
|
||||
func IsProcessRunning(pid int) bool {
|
||||
return windows.IsProcessRunning(pid)
|
||||
}
|
||||
|
||||
func EnsureDesktopFile() error {
|
||||
// Not applicable on Windows
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user