mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
Remove unnecessary check.
This commit is contained in:
parent
2b03f2382a
commit
4cd134a35e
1 changed files with 0 additions and 1 deletions
|
@ -862,7 +862,6 @@ QPair<int,int> options_imp::getGlobalBandwidthLimits() const {
|
|||
}
|
||||
|
||||
bool options_imp::startMinimized() const {
|
||||
if (checkStartMinimized->isChecked()) return true;
|
||||
return checkStartMinimized->isChecked();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue