mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2025-12-06 06:36:15 +00:00
Merge pull request #233 from msdevpt/fix-clear-message
fix: message when no items on clipboard
This commit is contained in:
@@ -136,7 +136,7 @@ Item {
|
||||
const items = ClipboardService.items || []
|
||||
|
||||
// If no items and we haven't tried loading yet, trigger a load
|
||||
if (items.length === 0 && !ClipboardService.loading) {
|
||||
if (items.count === 0 && !ClipboardService.loading) {
|
||||
isWaitingForData = true
|
||||
ClipboardService.list(100)
|
||||
return [{
|
||||
|
||||
Reference in New Issue
Block a user