You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand the importance of being specific with issue tickets, but in the current state I find it hard to properly describe what kind of problem is it. Moreover when digging, I sometimes find more problems which I'm not sure should be reported separately or not.
There seems to be a bit of a contradiction between the UI and the backend here, because in the backend's savedSearches.py we can see that the query seems to be a read-only "property", if the comment is to be believed:
@GObject.Property(type=str)defquery(self) ->str:
"""Read only property."""returnself._query
… though it does have a setter method just below that…
Editing saved searches does not fully survive app restart - name is altered as expected, but icon and query stay the same.
The text was updated successfully, but these errors were encountered: