fix: save_on_toggle

This commit is contained in:
Michael Paulson 2023-12-01 13:18:28 -07:00
parent 9b09f72cef
commit a539f664fd

View File

@ -97,6 +97,9 @@ function HarpoonUI:toggle_quick_menu(list)
count = count + 1
if list == nil or self.win_id ~= nil then
if self.settings.save_on_toggle then
self:save()
end
self:close_menu()
return
end