Skip to content

Replace the elapsed time with remaining time

Zhangzhi Hu requested to merge integral/kclock:elapsed-to-remaining into master

Currently when a timer is running, the user is shown the time that has elapsed since the timer was started, and the amount of time that the timer was set for. However, typically timers show the time remaining. Therefore, we'd better replace the elapsed time with remaining time.

BUG: 479562

Edited by Zhangzhi Hu

Merge request reports