add readonly password reveal

This commit is contained in:
TheXamlGuy
2024-07-06 17:01:50 +01:00
parent 0507c21a43
commit ee79b97416
18 changed files with 212 additions and 24 deletions
+3 -1
View File
@@ -12,4 +12,6 @@ public partial class PinEntryViewModel(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);