mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-09-14 15:02:13 +00:00
Remove unnecessary check.
This commit is contained in:
parent
2b03f2382a
commit
4cd134a35e
@ -862,7 +862,6 @@ QPair<int,int> options_imp::getGlobalBandwidthLimits() const {
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool options_imp::startMinimized() const {
|
bool options_imp::startMinimized() const {
|
||||||
if (checkStartMinimized->isChecked()) return true;
|
|
||||||
return checkStartMinimized->isChecked();
|
return checkStartMinimized->isChecked();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user