summaryrefslogtreecommitdiff
path: root/src/settingsdialogworkarounds.h
Commit message (Collapse)AuthorAgeFilesLines
* Use new Skip File & Skip Directory in usvfs (#2033)Twinki2024-06-151-0/+16
| | | | | | | | | | | | * Use new Skip File & Skip Directory in usvfs. # Motivations https://github.com/ModOrganizer2/usvfs/pull/61 Highlights some reasons why the ability to skip files & directories would be beneficial # Modifications - Add two new settings, `skip_file_suffixes` and `skip_directories` - Wire the two new settings up to usvfs - Add two new buttons to the `Workarounds` dialog, one to adjust Skip File Suffixes and another for Skip Directories, both buttons act nearly identical to the Executable Blacklist button - Add a new grouping in the `Workarounds` dialog box that contains the usvfs buttons to keep the dialog a tad organized
* Apply clang-format.Mikaƫl Capelle2023-07-091-3/+3
|
* TaskDialog for blacklisted, with button to change the blacklistisanae2019-09-191-3/+12
|
* made member variables in SettingsTab private, added accessorsisanae2019-08-171-2/+1
| | | | SettingsDialog now uses GeometrySaver
* split workarounds tabisanae2019-08-021-0/+25