mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
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:
@@ -120,6 +120,7 @@ Terminal=false
|
||||
Type=Application
|
||||
MimeType=x-scheme-handler/{}
|
||||
Categories=Network;
|
||||
NoDisplay=true
|
||||
",
|
||||
exe.display(),
|
||||
super::FZ_SCHEME
|
||||
|
||||
Reference in New Issue
Block a user