Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Workspace
Commits
c4f7f542
Commit
c4f7f542
authored
Dec 20, 2020
by
Nate Graham
Browse files
[applets/devicenotifier] Display more accurate placeholder message
parent
f51905fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
applets/devicenotifier/package/contents/ui/FullRepresentation.qml
View file @
c4f7f542
...
...
@@ -160,7 +160,7 @@ PlasmaComponents3.Page {
PlasmaExtras.PlaceholderMessage
{
anchors.centerIn
:
parent
width
:
parent
.
width
-
(
units
.
largeSpacing
*
4
)
text
:
i18n
(
"
No device
s available
"
)
text
:
plasmoid
.
configuration
.
removableDevices
?
i18n
(
"
No removable devices attached
"
)
:
i18n
(
"
No disk
s available
"
)
visible
:
notifierDialog
.
count
===
0
&&
!
devicenotifier
.
pendingDelegateRemoval
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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