fix(gui-client): hide the .desktop entry for deep-links (#8224)

On Linux desktops, we install a dedicated `.desktop` file that is
responsible for handling our deep-links for sign-in. This desktop entry
is not meant to be launched manually and therefore should be hidden from
the application menus.
This commit is contained in:
Thomas Eizinger
2025-02-21 16:19:19 +11:00
committed by GitHub
parent 31e7aef77a
commit b10b6e75ea

View File

@@ -120,6 +120,7 @@ Terminal=false
Type=Application
MimeType=x-scheme-handler/{}
Categories=Network;
NoDisplay=true
",
exe.display(),
super::FZ_SCHEME