systray: add separator
This commit is contained in:
parent
fc4a19dee0
commit
3273cea4c8
1 changed files with 2 additions and 0 deletions
|
@ -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](){
|
||||
|
|
Loading…
Reference in a new issue