mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-23 07:27:07 +00:00
bringris:: no save in Web for now
This commit is contained in:
parent
d7ef4fa77d
commit
a52d103334
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user