hyprland/global_shortcuts: fix crash when protocol is not present

This commit is contained in:
outfoxxed 2024-05-19 02:32:43 -07:00
parent 3e80c4a4fd
commit 908ba3eef5
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
2 changed files with 9 additions and 1 deletions

View file

@ -0,0 +1,8 @@
name = "Quickshell.Services.PipeWire"
description = "Pipewire API"
headers = [
"qml.hpp",
"link.hpp",
"node.hpp",
]
-----