mirror of
https://github.com/vladmandic/automatic
synced 2026-09-06 04:50:44 +02:00
bd6abfc3e4
Both load buttons matched the dropdown value against the raw row list, so the separators the list uses for grouping resolved to a row with no repo. The loader returned early on that row without loading or reporting, and the ltx tab went on to record load and offload timings for a load that never ran. Selection now goes through models_def.find, which knows a separator names no model, and both buttons say what happened. The ltx button had no output bound at all, so its message went nowhere.