Skip to content

Commit

Permalink
fixed conflict issue in stylesheet changes
Browse files Browse the repository at this point in the history
  • Loading branch information
TSI-parulsharma committed Jul 10, 2023
1 parent 841fe9b commit 7bd8ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/folderwizard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -643,9 +643,9 @@ FolderWizard::FolderWizard(AccountPtr account, QWidget *parent)
_folderWizardTargetPage->installEventFilter(this);
}
setPage(Page_SelectiveSync, _folderWizardSelectiveSyncPage);
setObjectName("folderWizard");

setWindowTitle(tr("Add Folder Sync Connection"));
setObjectName("folderWizard");
setOptions(QWizard::CancelButtonOnLeft);
setButtonText(QWizard::FinishButton, tr("Add Sync Connection"));
}
Expand Down

0 comments on commit 7bd8ea1

Please sign in to comment.