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
Network
KDE Connect
Commits
3273cea4
Commit
3273cea4
authored
Jun 12, 2021
by
Piyush Aggarwal
🎮
Browse files
systray: add separator
parent
fc4a19de
Changes
1
Hide whitespace changes
Inline
Side-by-side
indicator/deviceindicator.cpp
View file @
3273cea4
...
...
@@ -40,6 +40,8 @@ DeviceIndicator::DeviceIndicator(DeviceDbusInterface* device)
connectivity
->
setDisabled
(
available
);
},
this
);
this
->
addSeparator
();
// Browse device filesystem
auto
browse
=
addAction
(
QIcon
::
fromTheme
(
QStringLiteral
(
"document-open-folder"
)),
i18n
(
"Browse device"
));
connect
(
browse
,
&
QAction
::
triggered
,
device
,
[
device
](){
...
...
Write
Preview
Markdown
is supported
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