pcca-matrix / PCCA-Layout

HyperSpin layout for Attract-Mode
GNU General Public License v3.0
7 stars 6 forks source link

AM Crashes when searching main menu #46

Closed ghost closed 4 years ago

ghost commented 4 years ago

Searching main menu and then navigating the wheel crashes AM. As I have confirmed with you that Search is not possible at main menu at this time, it should not be available there.

pcca-matrix commented 4 years ago

it shouldn't , except if is set to other hotkey than custom1

maybe i should add others custom key as well

 if(curr_sys == "Main Menu"){ //disable some buttons on main-menu
        switch ( str )  
        {
            case "custom1":
            case "add_favourite":
            case "add_tags":
            case "prev_favourite":
            case "next_favourite":
            case "prev_filter":
            case "next_filter":
            case "next_letter":
            case "prev_letter":
            case "filters_menu":
            return true;
        }
    }
ghost commented 4 years ago

Yes, it was set to custom3 when I tested.

ghost commented 4 years ago

Resolved.