Skip to content
This repository was archived by the owner on Jun 8, 2024. It is now read-only.

Commit f8936fb

Browse files
committed
Add menu entry for cache clearing on macos
1 parent 2af5201 commit f8936fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

internal/gui/gui.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,9 @@ func NewApp(unlockManager *unlocks.Manager, autolaunch bool) *App {
125125
app.showDebugSettingsDialog()
126126
}))
127127
}
128+
viewMenu.Items = append(viewMenu.Items, fyne.NewMenuItem("Clear Cache", func() {
129+
app.showClearCacheDialog()
130+
}))
128131
}
129132
menus = append(menus, viewMenu)
130133

0 commit comments

Comments
 (0)