Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/mainwindow.cc')
-rw-r--r--src/client/mainwindow.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/mainwindow.cc b/src/client/mainwindow.cc
index 698c5b3..6574303 100644
--- a/src/client/mainwindow.cc
+++ b/src/client/mainwindow.cc
@@ -104,7 +104,7 @@ void MainWindow::draw()
if (draw_clock->value() <= 0) {
mainwindow_clockwidget->set_mode(ClockInfoWidget::ClockOff);
- } else if (draw_clock->value() >= 2) {
+ } else if (draw_clock->value() == 1) {
mainwindow_clockwidget->set_mode(ClockInfoWidget::Clock12Hours);
} else {
mainwindow_clockwidget->set_mode(ClockInfoWidget::Clock24Hours);