mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
another mobile fix
This commit is contained in:
parent
9f48dcf3f6
commit
affd16ca3a
@ -693,8 +693,9 @@ void showGraphConfig() {
|
||||
|
||||
if(xuni =='b') {
|
||||
dialog::editNumber(fontscale, 25, 400, 10, 100, XLAT("font scale"), "");
|
||||
if(!ISMOBILE)
|
||||
#if !ISMOBILE
|
||||
dialog::reaction = [] () { setfsize = true; if(fontscale < 25) fontscale = 25; do_setfsize(); };
|
||||
#endif
|
||||
}
|
||||
|
||||
if(xuni =='p')
|
||||
|
Loading…
Reference in New Issue
Block a user