feat(desktop_entries): Allow selecting gpu/secondary actions on COSMIC

This commit is contained in:
Victoria Brekenfeld 2024-02-01 16:03:03 +01:00 committed by GitHub
parent 0205007463
commit 091581c362
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 692 additions and 229 deletions

View file

@ -216,10 +216,12 @@ impl<O: futures::Sink<Response> + Unpin> Service<O> {
PluginResponse::DesktopEntry {
path,
gpu_preference,
action_name,
} => {
self.respond(Response::DesktopEntry {
path,
gpu_preference,
action_name,
})
.await;
}