MeanEYE / Sunflower

Small and highly customizable twin-panel file manager for Linux with support for plugins.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unused _history_button_clicked function

joshas opened this issue · comments

While updating menu popup functions in items list, I've found unused function, that is no longer called from anywhere:

def _history_button_clicked(self, widget, data=None):

Should it be removed, or are you planing to add history button to UI later?

It can be removed. I want to unify all the locations (bookmarks, mounts, history) into single popover. This function you found was a button handler for dedicated history button.