https://bugs.kde.org/show_bug.cgi?id=520353
Bug ID: 520353
Summary: scanRemoteMounts options is reversed
Classification: Applications
Product: filelight
Version First 26.04.1
Reported In:
Platform: Other
OS: Other
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
The UI option `Show: Files on other disks` is controlled via the code option
`scanAcrossMounts`. When the checkbox is enabled, the option equals true.
However, for the UI option `Show: Files on remote filesystems`, which is
controlled via the code option `scanRemoteMounts`, the value doesn't follow the
same logic. When the checkbox is enabled, the option equals false. This
behaviour is confusing.
I would expect `scanAcrossMounts=true` to enable the option but it looks like
it is disabling it.
--
You are receiving this mail because:
You are watching all bug changes.