We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f0caac commit 0ccc8ddCopy full SHA for 0ccc8dd
ORStools/gui/ORStoolsDialog.py
@@ -470,6 +470,7 @@ def format_duration(hours: float) -> str:
470
m = int((hours - h) * 60)
471
return f"{h:02d}:{m:02d}"
472
473
+ self.set_live_preview_stats_visibility(self.toggle_preview.isChecked())
474
self.live_duration.setText(f"{format_duration(duration)} h")
475
self.live_distance.setText(f"{distance} km")
476
0 commit comments