Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Discover
Commits
ddc1b584
Commit
ddc1b584
authored
Apr 09, 2021
by
Aleix Pol Gonzalez
🐧
Browse files
pk: Fix dependencies view appearing
list.countChanged doesn't get emitted sometimes.
parent
0d728583
Changes
1
Hide whitespace changes
Inline
Side-by-side
libdiscover/backends/PackageKitBackend/qml/DependenciesButton.qml
View file @
ddc1b584
...
...
@@ -12,7 +12,7 @@ Kirigami.LinkButton {
text
:
i18n
(
"
Show Dependencies...
"
)
onClicked
:
overlay
.
open
()
visible
:
view
.
count
>
0
visible
:
view
.
model
.
count
>
0
Connections
{
target
:
resource
...
...
Aleix Pol Gonzalez
🐧
@apol
mentioned in commit
74406978
·
Apr 08, 2021
mentioned in commit
74406978
mentioned in commit 74406978e6014572defa4bbb92e9634871ca3d64
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment