Compare commits

..

2 Commits

Author SHA1 Message Date
0e9720d295 Merge branch 'refs/heads/main' into webpack 2023-07-19 01:23:06 +03:00
96f8be759e fix autostart arg 2023-07-19 01:22:58 +03:00

View File

@ -51,7 +51,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}