fix autostart arg

This commit is contained in:
cyber-dream 2023-07-19 01:22:58 +03:00
parent fb6b310a49
commit 96f8be759e

View File

@ -49,7 +49,7 @@ func PrivateRoutes(port string, webfs *webfilesystem.WebFileSystem, webde *wde.W
desktop := AppString{
AppPath: "/Applications/Finder.app",
Args: []string{"/home/user/", "--desktop", "desktop-layer"},
Args: []string{"/home/user/.Desktop", "--desktop", "desktop-layer"},
}
autostart := []AppString{desktop, appString, aboutMe}