mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
- Fix a crash when hitting "change save path" button and no torrent is selected
This commit is contained in:
@@ -568,6 +568,7 @@ bool PropertiesWidget::applyPriorities() {
|
|||||||
|
|
||||||
|
|
||||||
void PropertiesWidget::on_changeSavePathButton_clicked() {
|
void PropertiesWidget::on_changeSavePathButton_clicked() {
|
||||||
|
if(!h.is_valid()) return;
|
||||||
QString dir;
|
QString dir;
|
||||||
QDir saveDir(h.save_path());
|
QDir saveDir(h.save_path());
|
||||||
if(saveDir.exists()){
|
if(saveDir.exists()){
|
||||||
|
|||||||
Reference in New Issue
Block a user