fix: don't pull devoptab and sockets

requires new-ish aroma for LoggingModule i guess
This commit is contained in:
Ash Logan 2026-07-27 21:42:57 +10:00
commit e5020b88d0

View file

@ -37,11 +37,8 @@ WUPS_PLUGIN_LICENSE("GPLv3");
WUPS_USE_STORAGE("inkay"); WUPS_USE_STORAGE("inkay");
WUPS_USE_WUT_DEVOPTAB();
INITIALIZE_PLUGIN() { INITIALIZE_PLUGIN() {
WHBLogCafeInit(); WHBLogModuleInit();
WHBLogUdpInit();
Config::Init(); Config::Init();
@ -57,8 +54,7 @@ DEINITIALIZE_PLUGIN() {
Inkay_Finalize(); Inkay_Finalize();
NotificationModule_DeInitLibrary(); NotificationModule_DeInitLibrary();
WHBLogCafeDeinit(); WHBLogModuleDeinit();
WHBLogUdpDeinit();
} }
ON_APPLICATION_START() { ON_APPLICATION_START() {