From 3940392f2d4f22b87f4d440016a6773b416a3199 Mon Sep 17 00:00:00 2001 From: Erica Z Date: Wed, 13 Nov 2024 18:59:14 +0100 Subject: [PATCH] how --- src/ui/window.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui/window.rs b/src/ui/window.rs index 0793d9b..21a3ff4 100644 --- a/src/ui/window.rs +++ b/src/ui/window.rs @@ -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