-
Notifications
You must be signed in to change notification settings - Fork 890
WIP: Feature/sync folder name #5832
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
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Camila <[email protected]>
…al folder. Signed-off-by: Camila <[email protected]>
Signed-off-by: Camila <[email protected]>
Signed-off-by: Camila <[email protected]>
Signed-off-by: Camila <[email protected]>
|
AppImage file: nextcloud-PR-5832-f13c524ea64b5fe2473b8d580917821cf427ebde-x86_64.AppImage |
|
SonarCloud Quality Gate failed.
|
claucambra
left a comment
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?
| 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.