Skip to content

Commit

Permalink
minor icon cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoreilly committed Mar 9, 2024
1 parent f2aa49f commit 57790ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egui/loopctrl.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
// with Run, Step controls.
func (gui *GUI) AddLooperCtrl(tb *gi.Toolbar, loops *looper.Manager, modes []etime.Modes) {
gui.AddToolbarItem(tb, ToolbarItem{Label: "Stop",
Icon: "stop",
Icon: icons.Stop,
Tooltip: "Interrupts running. running / stepping picks back up where it left off.",
Active: ActiveRunning,
Func: func() {
Expand Down

0 comments on commit 57790ca

Please sign in to comment.