From c9599410b1bd5492c723b3a2e6017ebc6f48a358 Mon Sep 17 00:00:00 2001 From: SulfurNitride Date: Fri, 10 Apr 2026 06:04:09 -0500 Subject: Sync upstream MO2 2.5.3 Beta 3 fixes - FO4VR: Add Daytripper4.dll to ESL support detection - Remove empty categories tooltip when mod has no categories - Fix QDialogButtonBox/QMessageBox enum mismatch in profile dialogs - Use refreshESPList(false) after LOOT sort (no full re-read needed) Co-Authored-By: Claude Opus 4.6 (1M context) --- libs/game_bethesda/src/games/fallout4vr/fallout4vrgameplugins.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs') diff --git a/libs/game_bethesda/src/games/fallout4vr/fallout4vrgameplugins.cpp b/libs/game_bethesda/src/games/fallout4vr/fallout4vrgameplugins.cpp index e40a3ae..46536aa 100644 --- a/libs/game_bethesda/src/games/fallout4vr/fallout4vrgameplugins.cpp +++ b/libs/game_bethesda/src/games/fallout4vr/fallout4vrgameplugins.cpp @@ -8,7 +8,7 @@ Fallout4VRGamePlugins::Fallout4VRGamePlugins(MOBase::IOrganizer* organizer) bool Fallout4VRGamePlugins::lightPluginsAreSupported() { - auto files = m_Organizer->findFiles("f4se\\plugins", {"falloutvresl.dll"}); + auto files = m_Organizer->findFiles("f4se\\plugins", {"falloutvresl.dll", "Daytripper4.dll"}); if (files.isEmpty()) return false; return true; -- cgit v1.3.1