1
0
mirror of https://github.com/KDE/krfb synced 2026-07-01 07:41:17 -07:00
Files
krfb/framebuffers/qt/qt.json
David Redondo 953cc4218b Encode supported platforms in the plugin metdata
This way we don't load pipewire on X, or xcb on Wayland regardless
if they are configured as preferred or not.
2023-02-09 07:54:39 +00:00

7 lines
62 B
JSON

{
"X-KDE-OnlyShowOnQtPlatforms": [
"xcb"
]
}