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