mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-09-10 12:03:18 +02:00
PluginStoreView: add logic to improve user experience
Change-Id: Ie1e2495bed08224d6806d0df41124c4b62b7c2e0
This commit is contained in:
parent
5abed96b56
commit
f1c90f316a
1 changed files with 2 additions and 0 deletions
|
@ -64,6 +64,8 @@ ColumnLayout {
|
|||
spacing: 10
|
||||
Repeater {
|
||||
id: pluginStoreRepeater
|
||||
Component.onCompleted: root.visible = root.storeAvailable && pluginStoreRepeater.count !== 0 || !root.storeAvailable
|
||||
onCountChanged: root.visible = root.storeAvailable && pluginStoreRepeater.count !== 0 || !root.storeAvailable
|
||||
model: PluginStoreListModel
|
||||
delegate: Item {
|
||||
id: wrapper
|
||||
|
|
Loading…
Add table
Reference in a new issue