Show readme dialog before download selection dialog

This commit is contained in:
Sergii Pylypenko
2013-05-30 20:09:17 +03:00
parent 69386a7773
commit 415b036560
2 changed files with 6 additions and 2 deletions

View File

@@ -508,7 +508,7 @@ class Settings
hidden = true;
}
if( ! hidden )
menuStack.add(m);
menuStack.add(0, m);
}
}
goBack(p);