-
Notifications
You must be signed in to change notification settings - Fork 817
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: Feature/sync folder name #5832
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Camila <hello@camila.codes>
…al folder. Signed-off-by: Camila <hello@camila.codes>
Signed-off-by: Camila <hello@camila.codes>
Signed-off-by: Camila <hello@camila.codes>
Signed-off-by: Camila <hello@camila.codes>
AppImage file: nextcloud-PR-5832-f13c524ea64b5fe2473b8d580917821cf427ebde-x86_64.AppImage |
SonarCloud Quality Gate failed.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple of small comments
QString Theme::appSyncFolderName() const | ||
{ | ||
return APPLICATION_SYNC_FOLDER_NAME; | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this new method necessary?
auto *dlg = new QInputDialog(this); | ||
|
||
dlg->setWindowTitle(tr("Create Remote Folder")); | ||
dlg->setLabelText(tr("Enter the name of the new folder to be created below \"%1\":") | ||
.arg(parent)); | ||
.arg(currentItem? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.arg(currentItem? | |
.arg(currentItem ? |
No description provided.