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