Skip to content

Commit

Permalink
Edited
Browse files Browse the repository at this point in the history
  • Loading branch information
Nighty3098 committed May 5, 2024
1 parent c50078d commit b3d174b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CodeKeeper/settingsFunc/functional.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ void SettingsWindow::saveData()

void SettingsWindow::fopenFolder()
{
QString str = QFileDialog::getExistingDirectory(0, "Select a directory");
QString str = QFileDialog::getExistingDirectory(this, "Select Folder");
if (!str.isEmpty()) {
qDebug() << str;
globalSettings->setValue("path", str);
Expand Down

0 comments on commit b3d174b

Please sign in to comment.