1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-28 12:27:40 +00:00

fixes for mobile

This commit is contained in:
Zeno Rogue
2019-02-08 16:52:44 +01:00
parent 13c60727cd
commit f546bba84a
6 changed files with 20 additions and 1 deletions

View File

@@ -625,8 +625,11 @@ void showEuclideanMenu() {
dialog::addBreak(50);
#if CAP_SHOT
dialog::addItem(XLAT("take picture"), 's');
dialog::add_action([] { pushScreen(shot::menu); });
#endif
dialog::addHelp();
dialog::addBack();