linux: Add NewWorkspace to the Actions list in .desktop (#14097)
Fix https://github.com/zed-industries/zed/pull/13807#issuecomment-2221324262 Release Notes: - N/A
This commit is contained in:
parent
e106a39620
commit
e6d608fa05
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ Icon=$APP_ICON
|
||||||
Categories=Utility;TextEditor;Development;IDE;
|
Categories=Utility;TextEditor;Development;IDE;
|
||||||
Keywords=zed;
|
Keywords=zed;
|
||||||
MimeType=text/plain;inode/directory;
|
MimeType=text/plain;inode/directory;
|
||||||
|
Actions=NewWorkspace;
|
||||||
|
|
||||||
[Desktop Action NewWorkspace]
|
[Desktop Action NewWorkspace]
|
||||||
Exec=$APP_CLI --new $APP_ARGS
|
Exec=$APP_CLI --new $APP_ARGS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue