Issung / GChan

Scrape boards & threads from 4chan. Download images, videos and HTML if desired.
GNU General Public License v3.0
65 stars 10 forks source link

Change directory select option to use full version dialog #30

Closed Issung closed 1 year ago

Issung commented 1 year ago

At the moment the directory select setting dialog uses this stupid little window: image

I hate this version of the windows directory select dialog, I much prefer the "full" one, you know the one that looks like this: image

I did it once before in my other project SorterExpress, here's a link to the source code of the method that opened it: https://github.com/Issung/SorterExpress/blob/develop/src/SorterExpress/Utilities.cs#L171

From memory it required installing a NuGet package because for some reason its a direct windows API reference or something.