searchbar.py : Changed index in tag_.manager.values[1] to [2]
Issue #92 (closed)
In the search entry, When 'All' is selected from sources, it can't be removed by clicking the close button in the 'All' tag. It should be allowed, which shall search 'Local' only.
On clicking close button of any source _tag_button_clicked() is triggered which as output activates the All tag as intag_.manager.valu es[1][BaseModelColumns.ID] index is [1] which corresponds to "ALL", so changing index to [2] which activates local tag on clicking close button.