mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Clippy fixes (#309)
* Automatic clippy fixes * Manual clippy corrections
This commit is contained in:
+1
-1
@@ -372,7 +372,7 @@ pub fn run_ui(args: Vec<String>) {
|
||||
);
|
||||
}
|
||||
|
||||
fn is_fullscreen(args: &Vec<String>) -> bool {
|
||||
fn is_fullscreen(args: &[String]) -> bool {
|
||||
let is_steam_mode = match std::env::var("SteamAppId") {
|
||||
Ok(value) => !value.is_empty(),
|
||||
Err(_) => false,
|
||||
|
||||
Reference in New Issue
Block a user