feat: Update label for visibility toggle to 'Show Deleted Contacts'
This commit is contained in:
parent
83d9d0689a
commit
aa5ae29284
@ -398,7 +398,7 @@ class _DirectoryViewState extends State<DirectoryView> {
|
||||
const Icon(Icons.visibility_off_outlined,
|
||||
size: 20, color: Colors.black87),
|
||||
const SizedBox(width: 10),
|
||||
const Expanded(child: Text('Show Inactive')),
|
||||
const Expanded(child: Text('Show Deleted Contacts')),
|
||||
Switch.adaptive(
|
||||
value: !controller.isActive.value,
|
||||
activeColor: Colors.indigo,
|
||||
|
Loading…
x
Reference in New Issue
Block a user