Disable the startup menu option for 1st Gen devices

This commit is contained in:
Geoffrey D. Bennett
2025-03-16 18:14:23 +10:30
parent b6117a501f
commit 0b5b47ae66

View File

@@ -54,6 +54,7 @@ void create_card_window(struct alsa_card *card) {
// Scarlett Gen 1
} else if (get_elem_by_prefix(card->elems, "Matrix")) {
card->window_main_contents = create_iface_mixer_main(card);
has_startup = false;
// Scarlett Gen 2, Gen 3 4i4+, Gen 4, Clarett, or Vocaster
} else if (get_elem_by_prefix(card->elems, "Mixer")) {