mirror of
				https://git.suyu.dev/suyu/suyu.git
				synced 2025-10-31 06:46:40 +08:00 
			
		
		
		
	settings: enable error applet
This commit is contained in:
		
							parent
							
								
									4050242cf3
								
							
						
					
					
						commit
						dc50b95a47
					
				| @ -140,7 +140,7 @@ struct Values { | |||||||
|                                                Category::LibraryApplet}; |                                                Category::LibraryApplet}; | ||||||
|     Setting<AppletMode> data_erase_applet_mode{linkage, AppletMode::HLE, "data_erase_applet_mode", |     Setting<AppletMode> data_erase_applet_mode{linkage, AppletMode::HLE, "data_erase_applet_mode", | ||||||
|                                                Category::LibraryApplet}; |                                                Category::LibraryApplet}; | ||||||
|     Setting<AppletMode> error_applet_mode{linkage, AppletMode::HLE, "error_applet_mode", |     Setting<AppletMode> error_applet_mode{linkage, AppletMode::LLE, "error_applet_mode", | ||||||
|                                           Category::LibraryApplet}; |                                           Category::LibraryApplet}; | ||||||
|     Setting<AppletMode> net_connect_applet_mode{linkage, AppletMode::HLE, "net_connect_applet_mode", |     Setting<AppletMode> net_connect_applet_mode{linkage, AppletMode::HLE, "net_connect_applet_mode", | ||||||
|                                                 Category::LibraryApplet}; |                                                 Category::LibraryApplet}; | ||||||
|  | |||||||
| @ -59,9 +59,7 @@ void ConfigureApplets::Setup(const ConfigurationShared::Builder& builder) { | |||||||
| 
 | 
 | ||||||
|         // Untested applets
 |         // Untested applets
 | ||||||
|         if (setting->Id() == Settings::values.data_erase_applet_mode.Id() || |         if (setting->Id() == Settings::values.data_erase_applet_mode.Id() || | ||||||
|             setting->Id() == Settings::values.error_applet_mode.Id() || |  | ||||||
|             setting->Id() == Settings::values.net_connect_applet_mode.Id() || |             setting->Id() == Settings::values.net_connect_applet_mode.Id() || | ||||||
|             setting->Id() == Settings::values.web_applet_mode.Id() || |  | ||||||
|             setting->Id() == Settings::values.shop_applet_mode.Id() || |             setting->Id() == Settings::values.shop_applet_mode.Id() || | ||||||
|             setting->Id() == Settings::values.login_share_applet_mode.Id() || |             setting->Id() == Settings::values.login_share_applet_mode.Id() || | ||||||
|             setting->Id() == Settings::values.wifi_web_auth_applet_mode.Id() || |             setting->Id() == Settings::values.wifi_web_auth_applet_mode.Id() || | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user