MCPcopy Create free account
hub / github.com/FSGModding/FSG_Mod_Assistant / toggleMod

Method toggleMod

renderer/renderJS/main_ui_lib.js:2152–2155  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

2150 }
2151
2152 toggleMod(key) {
2153 this.selectedMods[key].doAction = !this.selectedMods[key].doAction
2154 this.updateMods()
2155 }
2156
2157 // MARK: check conflict
2158 doesNewConflict(path) {

Callers 1

showModMethod · 0.95

Calls 1

updateModsMethod · 0.95

Tested by

no test coverage detected