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
Bluedevil
Commits
a15e2cc8
Commit
a15e2cc8
authored
Apr 13, 2021
by
Nate Graham
Browse files
[applet] Set isDefault property to true for connected items
This uses the common style of "bold = default/connected/current"
parent
44b92c01
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/applet/package/contents/ui/DeviceItem.qml
View file @
a15e2cc8
...
...
@@ -29,6 +29,7 @@ PlasmaExtras.ExpandableListItem {
title
:
model
.
DeviceFullName
subtitle
:
infoText
()
isBusy
:
connecting
isDefault
:
model
.
Connected
defaultActionButtonAction
:
Action
{
icon.name
:
model
.
Connected
?
"
network-disconnect
"
:
"
network-connect
"
text
:
model
.
Connected
?
i18n
(
"
Disconnect
"
)
:
i18n
(
"
Connect
"
)
...
...
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