1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-10-07 01:37:08 +02:00

Fix installed filter

This commit is contained in:
kelteseth 2018-02-22 17:47:57 +01:00
parent e2803502fe
commit df4f63bd5c

View File

@ -14,6 +14,7 @@ Item {
property bool refresh: false property bool refresh: false
Component.onCompleted: { Component.onCompleted: {
installedListFilter.sortByRoleType("All")
installedListModel.reset() installedListModel.reset()
installedListModel.loadScreens() installedListModel.loadScreens()
} }