You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rip and Stop reuse icon.png/stop.png, the same assets MainWindow's
ripButton/stopButton use. MainWindow's panicButton has no icon of its
own; Panic does an immediate hard-abort (ripper.stop() + panic(), no
graceful finish-current-item like Stop) so it gets a warning-triangle
vector icon from material-icons-core (new dependency) rather than an
unrelated resource PNG - a first attempt reused the otherwise-unused
wrench.png, but a wrench reads as "settings/tool", not "abort".
Verified live against the built jar (-Dripme.gui=compose).
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
0 commit comments