mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Inline print variables (#328)
* Inline format messages * Cargo auto fixes
This commit is contained in:
+1
-1
@@ -87,7 +87,7 @@ pub fn get_shortcuts_paths(settings: &SteamSettings) -> eyre::Result<Vec<SteamUs
|
||||
let folder_str = folder_path
|
||||
.to_str()
|
||||
.unwrap_or_default();
|
||||
let path = format!("{}//config//shortcuts.vdf", folder_str);
|
||||
let path = format!("{folder_str}//config//shortcuts.vdf");
|
||||
let shortcuts_path = Path::new(path.as_str());
|
||||
let folder_string = folder_str.to_string();
|
||||
if shortcuts_path.exists() {
|
||||
|
||||
Reference in New Issue
Block a user