Remove placeholder text from action descriptions in UI and clarify performEliminate function behavior.

This commit is contained in:
Evan Hosinski
2025-10-11 21:08:58 -04:00
parent c9e2e8dff8
commit b47351f4ee
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -185,7 +185,7 @@ func (m AppModel) View() string {
}
}
// performEliminate routes to placeholder eliminate functions without removing items from data
// performEliminate routes to eliminate functions without removing items from data
func (m *AppModel) performEliminate(typeKey string, idx int) error {
switch typeKey {
case "autoruns":