mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
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:
committed by
GitHub
parent
2f48c765e3
commit
9de171fb83
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user