how
This commit is contained in:
parent
2916fa8f71
commit
3940392f2d
1 changed files with 1 additions and 0 deletions
|
@ -193,6 +193,7 @@ mod imp {
|
|||
match window.imp().state.get() {
|
||||
State::Idle | State::FileLoading | State::Seeking => {}
|
||||
State::Active => window.notify("time-pos"),
|
||||
State::FileEnded => {}
|
||||
other => unreachable!("{other:?}"),
|
||||
}
|
||||
glib::ControlFlow::Continue
|
||||
|
|
Loading…
Reference in a new issue