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,7 @@ func IsInStartup() bool {
|
||||
func IsProcessRunning(pid int) bool {
|
||||
return linux.IsProcessRunning(pid)
|
||||
}
|
||||
|
||||
func EnsureDesktopFile() error {
|
||||
return linux.EnsureDesktopFile()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user