mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2025-08-17 00:45:55 +00:00
fix clippy
This commit is contained in:
parent
1557203912
commit
d48913d7b5
@ -438,7 +438,7 @@ impl Config {
|
|||||||
let org = ORG.read().unwrap().clone();
|
let org = ORG.read().unwrap().clone();
|
||||||
// /var/root for root
|
// /var/root for root
|
||||||
if let Some(project) =
|
if let Some(project) =
|
||||||
directories_next::ProjectDirs::from("", org, &APP_NAME.read().unwrap())
|
directories_next::ProjectDirs::from("", &org, &APP_NAME.read().unwrap())
|
||||||
{
|
{
|
||||||
let mut path = patch(project.config_dir().to_path_buf());
|
let mut path = patch(project.config_dir().to_path_buf());
|
||||||
path.push(p);
|
path.push(p);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user