diff options
| author | SulfurNitride <SulfurNitride@users.noreply.github.com> | 2026-04-10 06:04:09 -0500 |
|---|---|---|
| committer | SulfurNitride <SulfurNitride@users.noreply.github.com> | 2026-04-10 06:04:09 -0500 |
| commit | c9599410b1bd5492c723b3a2e6017ebc6f48a358 (patch) | |
| tree | 597daf7b8024aeaf326ae31a3f65983e15ebfd65 /libs | |
| parent | ad512b0c8ff94c4f859e93b371ce594b911ac651 (diff) | |
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) <noreply@anthropic.com>
Diffstat (limited to 'libs')
| -rw-r--r-- | libs/game_bethesda/src/games/fallout4vr/fallout4vrgameplugins.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
