mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-08 07:08:05 +03:00
fix: config initialization in authorize
This commit is contained in:
@@ -432,7 +432,7 @@ impl Config {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if self.config_toml.is_none() {
|
if self.config_toml.is_none() {
|
||||||
self.config_toml = Default::default();
|
self.config_toml = Some(Default::default());
|
||||||
}
|
}
|
||||||
self.config_toml
|
self.config_toml
|
||||||
.as_mut()
|
.as_mut()
|
||||||
|
|||||||
Reference in New Issue
Block a user