Lines
0 %
Functions
Branches
100 %
pub async fn is_installed() -> bool {
super::command::exec("mangohud", ["--version"])
.await
.is_ok()
}