1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-01-23 15:36:59 +00:00

bringris:: no save in Web for now

This commit is contained in:
Zeno Rogue 2020-10-26 20:05:37 +01:00
parent d7ef4fa77d
commit a52d103334

View File

@ -1195,7 +1195,7 @@ void settings_menu() {
dialog::addBreak(100); dialog::addBreak(100);
#if CAP_FILES #if CAP_FILES && !ISWEB
dialog::addItem("save the current config", 's'); dialog::addItem("save the current config", 's');
dialog::add_action([] { dialog::add_action([] {
dynamicval<eGeometry> g(geometry, gNormal); dynamicval<eGeometry> g(geometry, gNormal);