Skip to content

albumwidget: Fix selection-mode regression

Jean Felder requested to merge wip/jfelder/fix-albumwidget-freeze into master

Displaying an AlbumWidget from the AlbumView causes a freeze as the selection-mode property is binded each time the widget is displayed. Move the bind_property to the constructor to solve this issue.

closes: #200 (closed)

Merge request reports