File Manager. Fix wrong state of checkbox "show hidden files"
This commit is contained in:
parent
d3c2a12bde
commit
4e02e8d005
@ -802,7 +802,7 @@ class _FileManagerViewState extends State<FileManagerView> {
|
||||
switchType: SwitchType.scheckbox,
|
||||
text: translate("Show Hidden Files"),
|
||||
getter: () async {
|
||||
return controller.options.value.isWindows;
|
||||
return controller.options.value.showHidden;
|
||||
},
|
||||
setter: (bool v) async {
|
||||
controller.toggleShowHidden();
|
||||
|
Loading…
x
Reference in New Issue
Block a user