Menu

#656 show time on osd when seeking

Next_Release
open
nobody
None
5
2016-11-26
2016-11-26
No

Hi,

I added proc->showTimeOnOSD(); to: void Core::seek_cmd(double secs, int mode) function:

void Core::seek_cmd(double secs, int mode) {
proc->seek(secs, mode, pref->precise_seeking);
proc->showTimeOnOSD();
}

And I kind of like it ... maybe you will also like it and add it to next release :-)

Discussion


Log in to post a comment.