mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-03-09 20:01:08 +00:00
- Fixed double-click default action
This commit is contained in:
parent
38ca306499
commit
0ce114a7f8
@ -975,9 +975,9 @@ void GUI::torrentDoubleClicked(QString hash, bool finished) {
|
||||
settings.beginGroup("Preferences");
|
||||
settings.beginGroup("Downloads");
|
||||
if(finished) {
|
||||
action = settings.value(QString::fromUtf8("DblClOnTorFN"), 1).toInt();
|
||||
action = settings.value(QString::fromUtf8("DblClOnTorFN"), 0).toInt();
|
||||
} else {
|
||||
action = settings.value(QString::fromUtf8("DblClOnTorDl"), 1).toInt();
|
||||
action = settings.value(QString::fromUtf8("DblClOnTorDl"), 0).toInt();
|
||||
}
|
||||
settings.endGroup();
|
||||
settings.endGroup();
|
||||
|
Loading…
x
Reference in New Issue
Block a user