mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-22 00:24:49 +00:00
bringris:: no save in Web for now
This commit is contained in:
@@ -1195,7 +1195,7 @@ void settings_menu() {
|
||||
|
||||
dialog::addBreak(100);
|
||||
|
||||
#if CAP_FILES
|
||||
#if CAP_FILES && !ISWEB
|
||||
dialog::addItem("save the current config", 's');
|
||||
dialog::add_action([] {
|
||||
dynamicval<eGeometry> g(geometry, gNormal);
|
||||
|
||||
Reference in New Issue
Block a user