Disable selection animation for now
This commit is contained in:
@@ -13,7 +13,7 @@ public class OpenWalletHandler(IConfigurationDescriptor<WalletConfiguration> des
|
||||
{
|
||||
if (args.Sender is Wallet<string> Wallet &&
|
||||
descriptor.Name is { Length: > 0 } name &&
|
||||
Wallet.Sender is { Length: > 0 } password)
|
||||
Wallet.Value is { Length: > 0 } password)
|
||||
{
|
||||
WalletConfiguration configuration = descriptor.Value;
|
||||
if (configuration.Key?.Split(':') is { Length: >= 2 } keyPart)
|
||||
|
||||
Reference in New Issue
Block a user