Reapply "Make fixing the F13 AMD audio input just a thing that happens"

This reverts commit a5814e0bfd.
This commit is contained in:
David Heinemeier Hansson
2025-08-31 15:50:24 +02:00
parent 8610f4f9da
commit 6d832cba42
5 changed files with 10 additions and 13 deletions

View File

@@ -361,10 +361,9 @@ show_update_config_menu() {
}
show_update_hardware_menu() {
case $(menu "Restart" "󱚾 Wi-Fi\n󰂯 Bluetooth\n AMD Audio (F13)") in
case $(menu "Restart" "󱚾 Wi-Fi\n󰂯 Bluetooth") in
*Wi-Fi*) present_terminal omarchy-restart-wifi ;;
*Bluetooth*) present_terminal omarchy-restart-bluetooth ;;
*Audio*) present_terminal omarchy-restart-amd-audio ;;
*) show_update_menu ;;
esac
}