Issue with double clicking tray icon. Added list management.
This commit is contained in:
@@ -14,7 +14,7 @@ namespace BodyshopUploader.ViewModels
|
||||
if (_loginCommand == null)
|
||||
{
|
||||
_loginCommand = new RelayCommand(
|
||||
p => !string.IsNullOrEmpty(UserName) && UserPassword?.Length > 6,
|
||||
p => !string.IsNullOrEmpty(UserName) && UserPassword?.Length > 5,
|
||||
async p => { await LoginAsync(p as Window); });
|
||||
}
|
||||
return _loginCommand;
|
||||
|
||||
Reference in New Issue
Block a user