mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 13:32:50 -05:00
launcher v2: fix nvidia dgpu race condition
This commit is contained in:
@@ -686,14 +686,6 @@ Item {
|
||||
}
|
||||
}
|
||||
|
||||
if (SessionService.nvidiaCommand) {
|
||||
actions.push({
|
||||
name: I18n.tr("Launch on dGPU"),
|
||||
icon: "memory",
|
||||
action: "launch_dgpu"
|
||||
});
|
||||
}
|
||||
|
||||
return {
|
||||
id: appId,
|
||||
type: "app",
|
||||
|
||||
Reference in New Issue
Block a user