mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	another mobile fix
This commit is contained in:
		| @@ -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')  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue