Add "X-GNOME-SingleWindow=true" to the desktop file (#1572)

Since this commit (ebd2acd98e),
Plasma Desktop will check "X-GNOME-SingleWindow" property to determine
whether to show "Open New Window" action in the context menu of a task.

Anki cannot launch a new instance or open a new window, so add the
property and set it to true to hide the action.
This commit is contained in:
Fusion future 2022-01-04 06:53:22 +08:00 committed by GitHub
parent e49496abae
commit 71e554b1db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,3 +10,4 @@ Terminal=false
Type=Application
Version=1.0
MimeType=application/x-apkg;application/x-anki;application/x-ankiaddon;
X-GNOME-SingleWindow=true