MCPcopy Create free account
hub / github.com/WendellCraft/ModpackDebuggerKit / DismissSelectedHangingLibs

Method DismissSelectedHangingLibs

app.go:985–991  ·  view source on GitHub ↗
(libs []string)

Source from the content-addressed store, hash-verified

983}
984
985func (a *App) DismissSelectedHangingLibs(libs []string) {
986 a.mu.Lock()
987 a.ProjectData.DismissedHangingLibs = append(a.ProjectData.DismissedHangingLibs, libs...)
988 a.ProjectModified = true
989 a.mu.Unlock()
990 a.updateHangingLibraries()
991}
992
993// --- Theme ---
994

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected