mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 06:01:33 -06:00
Remove unnecessary check.
This commit is contained in:
@@ -862,7 +862,6 @@ QPair<int,int> options_imp::getGlobalBandwidthLimits() const {
|
||||
}
|
||||
|
||||
bool options_imp::startMinimized() const {
|
||||
if (checkStartMinimized->isChecked()) return true;
|
||||
return checkStartMinimized->isChecked();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user