diff options
Diffstat (limited to 'desktop/modules/kdeconnect/KdeConnectPage.qml')
| -rw-r--r-- | desktop/modules/kdeconnect/KdeConnectPage.qml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/desktop/modules/kdeconnect/KdeConnectPage.qml b/desktop/modules/kdeconnect/KdeConnectPage.qml index 89df597..d570125 100644 --- a/desktop/modules/kdeconnect/KdeConnectPage.qml +++ b/desktop/modules/kdeconnect/KdeConnectPage.qml @@ -38,8 +38,9 @@ Column { color: Theme.red } - // Incoming pairing requests. The property persists while the drawer is - // closed, so a request raised then is still here when it opens. + // Incoming pairing requests. The poll runs only while the drawer is open, + // so a request raised while it was closed is not noticed until it opens; + // the daemon keeps the request, so it is here then. Repeater { model: page.kc.requests |
