- Removed unneeded startup notify

- Fixed Mute typo
This commit is contained in:
trigg 2023-09-29 09:46:56 +01:00
parent 71549470f0
commit d77c67c637

View file

@ -9,32 +9,26 @@ Categories=Utility;TelephonyTools
Keywords=Discord
Actions=Show;Hide;Mute;Unmute;Deaf;Undeaf
[Destkop Action Mute]
[Desktop Action Mute]
Exec=discover-overlay --rpc --mute
Name=Mute Self
StartupNotify=false
[Desktop Action Unmute]
Exec=discover-overlay --rpc --unmute
Name=Unmute Self
StartupNotify=false
[Desktop Action Hide]
Exec=discover-overlay --rpc --hide
Name=Hide Overlay
StartupNotify=false
[Desktop Action Show]
Exec=discover-overlay --rpc --show
Name=Show Overlay
StartupNotify=false
[Desktop Action Deaf]
Exec=discover-overlay --rpc --deaf
Name=Deafen Self
StartupNotify=false
[Desktop Action Undeaf]
Exec=discover-overlay --rpc --undeaf
Name=Undeafen Self
StartupNotify=false