mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Add title to selective sync dialog
This commit is contained in:
parent
ba86988101
commit
ed51a45187
@ -260,6 +260,7 @@ SelectiveSyncDialog::SelectiveSyncDialog(Account* account, const QStringList& bl
|
||||
|
||||
void SelectiveSyncDialog::init(Account *account)
|
||||
{
|
||||
setWindowTitle(tr("Choose What to Sync"));
|
||||
QVBoxLayout *layout = new QVBoxLayout(this);
|
||||
_treeView = new SelectiveSyncTreeView(account, this);
|
||||
layout->addWidget(new QLabel(tr("Unchecked folders will not be sync to this computer")));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user