Added, Updated and Removed Mods; Removed Backups

This commit is contained in:
2024-04-05 05:57:24 -04:00
parent 5caee9fba5
commit 6f19f2c70f
1209 changed files with 27057 additions and 41484 deletions
@@ -0,0 +1,9 @@
SetActiveSubdialog = pda.set_active_subdialog
pda.set_active_subdialog = function(section)
if smr_amain_mcm.get_config("smr_enabled") and smr_amain_mcm.get_config("glitched_pda") then
return ui_pda_glitched_tab.get_ui()
end
return SetActiveSubdialog(section)
end