This commit is contained in:
jahruz67
2026-05-08 19:09:02 -07:00
parent cb48a97365
commit 32008149d6
6 changed files with 81 additions and 12 deletions
+4
View File
@@ -30,3 +30,7 @@ func IsInStartup() bool {
func IsProcessRunning(pid int) bool {
return linux.IsProcessRunning(pid)
}
func EnsureDesktopFile() error {
return linux.EnsureDesktopFile()
}