Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: optimize hidden files toggle logic
1. Refactor toggleHiddenFiles() implementation to use Application generic attribute 2. Remove redundant view operations when toggling hidden files 3. Fix code format for case statements Log: The changes simplify the hidden files toggle mechanism by directly operating on the Application level attribute instead of manipulating view components. This provides a more maintainable and cleaner approach.
- Loading branch information