|  | @@ -1282,11 +1282,6 @@ void laui_UserPreference(laUiList *uil, laPropPack *Base, laPropPack *OperatorIn
 | 
											
												
													
														|  |      laColumn *mc, *mcl, *mcr, *mcll, *mclr;
 |  |      laColumn *mc, *mcl, *mcr, *mcll, *mclr;
 | 
											
												
													
														|  |      laUiItem *b, *bracket;
 |  |      laUiItem *b, *bracket;
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -    //_LA_PANEL_USER_PREFERENCE = p;
 |  | 
 | 
											
												
													
														|  | -    //la_UDFAppendSharedTypePointer("_LA_PANEL_USER_PREFERENCE", _LA_PANEL_USER_PREFERENCE);
 |  | 
 | 
											
												
													
														|  | -    //p->Show = 0;
 |  | 
 | 
											
												
													
														|  | -    //p->FastUpdate = 1;
 |  | 
 | 
											
												
													
														|  | -
 |  | 
 | 
											
												
													
														|  |      b=laBeginRow(uil,cl,0,0); 
 |  |      b=laBeginRow(uil,cl,0,0); 
 | 
											
												
													
														|  |      muil = laMakeMenuPage(uil, cr, "☰ Menu"); mc = laFirstColumn(muil);
 |  |      muil = laMakeMenuPage(uil, cr, "☰ Menu"); mc = laFirstColumn(muil);
 | 
											
												
													
														|  |      laShowItem(muil, mc, 0, "LA_restore_factory");
 |  |      laShowItem(muil, mc, 0, "LA_restore_factory");
 | 
											
										
											
												
													
														|  | @@ -1408,8 +1403,8 @@ void laui_UserPreference(laUiList *uil, laPropPack *Base, laPropPack *OperatorIn
 | 
											
												
													
														|  |              laShowLabel(muil, mcl, "Pads/Joysticks:", 0, 0)->Flags|=LA_TEXT_ALIGN_RIGHT;
 |  |              laShowLabel(muil, mcl, "Pads/Joysticks:", 0, 0)->Flags|=LA_TEXT_ALIGN_RIGHT;
 | 
											
												
													
														|  |              laShowItemFull(muil, mcr, 0, "LA_panel_activator",0,"panel_id=LAUI_controllers;text=Configure",0,0);
 |  |              laShowItemFull(muil, mcr, 0, "LA_panel_activator",0,"panel_id=LAUI_controllers;text=Configure",0,0);
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | 
 |  | +#ifndef LAGUI_ANDROID
 | 
											
												
													
														|  |              laShowSeparator(muil,mc);
 |  |              laShowSeparator(muil,mc);
 | 
											
												
													
														|  | -
 |  | 
 | 
											
												
													
														|  |              laShowLabel(muil, mc, "Wacom Devices:", 0, 0);
 |  |              laShowLabel(muil, mc, "Wacom Devices:", 0, 0);
 | 
											
												
													
														|  |  #ifdef _WIN32
 |  |  #ifdef _WIN32
 | 
											
												
													
														|  |              b=laBeginRow(muil,mcl,0,0); laShowSeparator(muil,mcl)->Expand=1;
 |  |              b=laBeginRow(muil,mcl,0,0); laShowSeparator(muil,mcl)->Expand=1;
 | 
											
										
											
												
													
														|  | @@ -1421,7 +1416,8 @@ void laui_UserPreference(laUiList *uil, laPropPack *Base, laPropPack *OperatorIn
 | 
											
												
													
														|  |              laShowItem(muil, mcl, &UP->PP, "wacom_device_stylus");
 |  |              laShowItem(muil, mcl, &UP->PP, "wacom_device_stylus");
 | 
											
												
													
														|  |              laShowItem(muil, mcl, &UP->PP, "wacom_device_eraser");
 |  |              laShowItem(muil, mcl, &UP->PP, "wacom_device_eraser");
 | 
											
												
													
														|  |              laShowItemFull(muil, mcr, 0, "LA_refresh_controllers",0,"text=Refresh",0,0);
 |  |              laShowItemFull(muil, mcr, 0, "LA_refresh_controllers",0,"text=Refresh",0,0);
 | 
											
												
													
														|  | -#endif
 |  | 
 | 
											
												
													
														|  | 
 |  | +#endif //!win32
 | 
											
												
													
														|  | 
 |  | +#endif //!android
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |          if(MAIN.InitArgs.HasAudio){
 |  |          if(MAIN.InitArgs.HasAudio){
 | 
											
												
													
														|  |              muil = laAddTabPage(bracket, "Audio");{
 |  |              muil = laAddTabPage(bracket, "Audio");{
 |