summaryrefslogtreecommitdiffstats
path: root/pkg/gui/modes.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/gui/modes.go')
-rw-r--r--pkg/gui/modes.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/modes.go b/pkg/gui/modes.go
index 882e6d863..3a3bc51a6 100644
--- a/pkg/gui/modes.go
+++ b/pkg/gui/modes.go
@@ -34,7 +34,7 @@ func (gui *Gui) modeStatuses() []modeStatus {
description: func() string {
return gui.withResetButton(gui.c.Tr.LcBuildingPatch, style.FgYellow.SetBold())
},
- reset: gui.handleResetPatch,
+ reset: gui.helpers.PatchBuilding.Reset,
},
{
isActive: gui.State.Modes.Filtering.Active,