Remove placeholder text from action descriptions in UI and clarify performEliminate function behavior.
This commit is contained in:
+1
-1
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user