added cfg smb-windows to be able to disable SMB on windows (#210)

* added cfg smb-windows to be able to disable SMB on windows

* lint
This commit is contained in:
Christian Visintin
2023-08-20 10:24:34 +02:00
committed by GitHub
parent 2f48c765e3
commit 9de171fb83
4 changed files with 9 additions and 8 deletions

View File

@@ -366,7 +366,7 @@ impl SetupActivity {
.get_color(&Id::Theme(IdTheme::StatusSync))
.map_err(|_| Id::Theme(IdTheme::StatusSync))?;
// Update theme
let mut theme: &mut Theme = self.theme_mut();
let theme = self.theme_mut();
theme.auth_address = auth_address;
theme.auth_bookmarks = auth_bookmarks;
theme.auth_password = auth_password;