connect(_tray.data(), &Systray::shutdown,
this, &ownCloudGui::slotShutdown);
+
connect(_tray.data(), &Systray::openShareDialog,
this, [=](const QString &sharePath, const QString &localPath) {
- slotShowShareDialog(sharePath,localPath, ShareDialogStartPage::UsersAndGroups);
+ slotShowShareDialog(sharePath, localPath, ShareDialogStartPage::UsersAndGroups);
});
ProgressDispatcher *pd = ProgressDispatcher::instance();
\r
Text {\r
id: activityTextInfo\r
- text: (type === "Activity" || type === "Sync") ? displayPath : ((type === "File") ? subject : message)\r
+ text: (type === "Activity" || type === "Sync") ? displayPath\r
+ : ((type === "File") ? subject\r
+ : message)\r
height: (text === "") ? 0 : activityTextTitle.height\r
width: Style.activityLabelBaseWidth + ((path === "") ? activityItem.height : 0) + ((link === "") ? activityItem.height : 0) - 8\r
elide: Text.ElideRight\r