mirror of https://github.com/helix-editor/helix
feat: add ConsoleOnly to desktop entry categories (#13236)
parent
e148d8b311
commit
db187c4870
|
@ -86,6 +86,6 @@ Keywords[ru]=текст;текстовый редактор;
|
||||||
Keywords[sr]=Текст;едитор;
|
Keywords[sr]=Текст;едитор;
|
||||||
Keywords[tr]=Metin;düzenleyici;
|
Keywords[tr]=Metin;düzenleyici;
|
||||||
Icon=helix
|
Icon=helix
|
||||||
Categories=Utility;TextEditor;
|
Categories=Utility;TextEditor;ConsoleOnly
|
||||||
StartupNotify=false
|
StartupNotify=false
|
||||||
MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++;
|
MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++;
|
||||||
|
|
Loading…
Reference in New Issue