Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DolphinWX: Unify the condition for the game list being empty #3466

Merged
merged 1 commit into from
Jan 6, 2016

Commits on Jan 6, 2016

  1. DolphinWX: Unify the condition for the game list being empty

    When there are no games to display in the game list, DolphinWX shows a
    message instead. Clicking the message will perform an action. If the game
    list truly is empty, the message and action are for opening a browse
    dialog, but if the user has hidden some games, they are instead for
    unhiding all games. However, the condition for checking which message to
    display lacked some parts that are in the condition for checking which
    action to use, so the two could be different in rare cases. This PR fixes
    that by breaking out the two conditions to a new unified function.
    JosJuice committed Jan 6, 2016
    Configuration menu
    Copy the full SHA
    dcde91c View commit details
    Browse the repository at this point in the history