[work]: Try this
Some checks failed
/ clippy (push) Failing after 6m4s
/ test (push) Failing after 6m55s

This commit is contained in:
Chris Cochrun 2026-04-30 14:30:30 -05:00
parent 4bb7b9615f
commit 7b8fe9cacb

View file

@ -1631,17 +1631,17 @@ impl cosmic::Application for App {
space_xl,
..
} = cosmic::theme::spacing();
let icon_left =
icon::from_name("arrow-left").fallback(Some(icon::IconFallback::Names(
vec!["go-next".into(), "next".into(), "go-next-symbolic".into()],
)));
let icon_right = icon::from_name("arrow-right").fallback(Some(
let icon_left = icon::from_name("arrow-left").fallback(Some(
icon::IconFallback::Names(vec![
"go-previous-symbolic".into(),
"go-previous".into(),
"previous".into(),
"go-previous-symbolic".into(),
]),
));
let icon_right =
icon::from_name("arrow-right").fallback(Some(icon::IconFallback::Names(
vec!["go-next-symbolic".into(), "go-next".into(), "next".into()],
)));
let video_range = self
.presenter