mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-04 00:49:02 -06:00 
			
		
		
		
	settings: enable error applet
This commit is contained in:
		@@ -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() ||
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user