From dc50b95a47a9450d784b59a6023d4c2d39011349 Mon Sep 17 00:00:00 2001 From: Liam Date: Sat, 24 Feb 2024 22:30:49 -0500 Subject: settings: enable error applet --- src/common/settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/settings.h') diff --git a/src/common/settings.h b/src/common/settings.h index b2b071e7e..1dbdcd8a6 100644 --- a/src/common/settings.h +++ b/src/common/settings.h @@ -140,7 +140,7 @@ struct Values { Category::LibraryApplet}; Setting data_erase_applet_mode{linkage, AppletMode::HLE, "data_erase_applet_mode", Category::LibraryApplet}; - Setting error_applet_mode{linkage, AppletMode::HLE, "error_applet_mode", + Setting error_applet_mode{linkage, AppletMode::LLE, "error_applet_mode", Category::LibraryApplet}; Setting net_connect_applet_mode{linkage, AppletMode::HLE, "net_connect_applet_mode", Category::LibraryApplet}; -- cgit v1.2.3