diff options
Diffstat (limited to 'qml/mw-ui.qml')
-rw-r--r-- | qml/mw-ui.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qml/mw-ui.qml b/qml/mw-ui.qml index 996938c..30545c8 100644 --- a/qml/mw-ui.qml +++ b/qml/mw-ui.qml @@ -987,6 +987,7 @@ This is a background process and you will be able to use your computer normally target: launch onInstalled: { // get the signal to reload the applist + console.log("Reload applications list") itemModel.update_list(categoriesList.currentItem.myGroup) } } |