chore: remove ActionBar-Ctrl-Alt-Del (#669)

This commit is contained in:
Marc Brooks
2025-07-09 16:53:44 -05:00
committed by GitHub
parent bde0a086ab
commit 6d13e1be12
4 changed files with 0 additions and 60 deletions

View File

@@ -116,15 +116,6 @@ export default function SettingsHardwareRoute() {
}}
/>
</SettingsItem>
{/* <SettingsItem
title="Enable Ctrl+Alt+Del Action Bar"
description="Enable or disable the action bar action for sending a Ctrl+Alt+Del to the host"
>
<Checkbox
checked={actionBarConfig.ctrlAltDel}
onChange={onActionBarItemChange("ctrlAltDel")}
/>
</SettingsItem> */}
{settings.backlightSettings.max_brightness != 0 && (
<>
<SettingsItem