Skip to content

Commit

Permalink
Clean up options Dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
sithlord48 committed Mar 16, 2023
1 parent 437746b commit e427d48
Show file tree
Hide file tree
Showing 10 changed files with 315 additions and 170 deletions.
2 changes: 2 additions & 0 deletions src/dialogs/bcdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,8 @@ QFileDialog* BCDialog::getFileDialog(QWidget *parent, const QString &title, cons
for (const QFileInfo &drive : drives)
sideBarUrls.append(QUrl::fromLocalFile(drive.path()));
#endif
sideBarUrls.append(QUrl::fromLocalFile(QDir::homePath()));

const QStringList SideBarUrls = BCSettings::value(SETTINGS::SIDEBARURLS).toStringList();
for(const QString &url : SideBarUrls)
sideBarUrls.append(QUrl::fromLocalFile(url));
Expand Down
Loading

0 comments on commit e427d48

Please sign in to comment.