feat(desktop_entries): Allow selecting gpu/secondary actions on COSMIC
This commit is contained in:
parent
0205007463
commit
091581c362
6 changed files with 692 additions and 229 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue