add readonly password reveal
This commit is contained in:
@@ -13,7 +13,9 @@ public partial class HyperlinkEntryViewModel(IServiceProvider provider,
|
||||
ItemEntryConfiguration configuration,
|
||||
string key,
|
||||
string value,
|
||||
double width) : ItemEntryViewModel<string>(provider, factory, mediator, publisher, subscriber, disposer, state, configuration, key, value, width)
|
||||
double width,
|
||||
bool isConcealed,
|
||||
bool isRevealed) : ItemEntryViewModel<string>(provider, factory, mediator, publisher, subscriber, disposer, state, configuration, key, value, isConcealed, isRevealed, width)
|
||||
{
|
||||
[RelayCommand]
|
||||
private void Invoke() => Publisher.Publish(Create.As(new Hyperlink(Value)));
|
||||
|
||||
Reference in New Issue
Block a user