systray: add separator

This commit is contained in:
Piyush Aggarwal 2021-06-12 06:21:43 +05:30
parent fc4a19dee0
commit 3273cea4c8

View file

@ -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](){