From ce77e890520116915d0082c12a43c4aa388bba74 Mon Sep 17 00:00:00 2001 From: gennyble Date: Mon, 18 Sep 2023 17:19:23 -0500 Subject: extract tripod --- lri-study/src/main.rs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lri-study') diff --git a/lri-study/src/main.rs b/lri-study/src/main.rs index 3b386e5..ac14c45 100644 --- a/lri-study/src/main.rs +++ b/lri-study/src/main.rs @@ -96,6 +96,12 @@ fn gather() -> ! { Some(SceneMode::Night) => print!("sc:ni "), } + match lri.on_tripod { + None => print!("{} ", "tri".dimmed()), + Some(false) => print!("{} ", "tri".red()), + Some(true) => print!("{} ", "tri".green()), + } + match lri.af_achieved { None => print!("{} - ", "af".dimmed()), Some(false) => print!("{} - ", "af".red()), -- cgit 1.4.1-3-g733a5