1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 13:32:50 -05:00

launcher v2: remove dupe launch on dGPU

This commit is contained in:
bbedward
2026-01-22 14:52:36 -05:00
parent f24ecf1b99
commit 3f0d0f4d95

View File

@@ -132,18 +132,6 @@ Popup {
action: launchApp action: launchApp
}); });
if (SessionService.nvidiaCommand) {
items.push({
type: "separator"
});
items.push({
type: "item",
icon: "memory",
text: I18n.tr("Launch on dGPU"),
action: launchWithNvidia
});
}
return items; return items;
} }