mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
Allow the scheduler to have a start time that's after the end time. Closes #980.
This commit is contained in:
@@ -1414,8 +1414,6 @@ bool options_imp::schedTimesOk() {
|
||||
|
||||
if (schedule_from->time() == schedule_to->time())
|
||||
msg = tr("The start time and the end time can't be the same.");
|
||||
else if (schedule_from->time() > schedule_to->time())
|
||||
msg = tr("The start time can't be after the end time.");
|
||||
|
||||
if (!msg.isEmpty()) {
|
||||
QMessageBox::critical(this, tr("Time Error"), msg);
|
||||
|
||||
Reference in New Issue
Block a user