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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user