fix settings not opening in launcher

This commit is contained in:
thrust26 2019-05-04 12:23:03 +02:00
parent 91317be73d
commit 951b13ed97
1 changed files with 1 additions and 1 deletions

View File

@ -503,7 +503,7 @@ void LauncherDialog::handleJoyDown(int stick, int button)
if (button == 1 && (e == Event::UICancel || e == Event::NoType))
myGlobalProps->open();
if (button == 3 && e == Event::NoType)
if (button == 3 && (e == Event::Event::UITabNext || e == Event::NoType))
openSettings();
else
Dialog::handleJoyDown(stick, button);