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
+2 -2
View File
@@ -31,6 +31,6 @@ func IsProcessRunning(pid int) bool {
return linux.IsProcessRunning(pid)
}
func EnsureDesktopFile() error {
return linux.EnsureDesktopFile()
func EnsureDesktopFile(iconBytes []byte) error {
return linux.EnsureDesktopFile(iconBytes)
}