Add support for cache directory to wxStandardPaths::GetUserDir()
This has direct equivalent under macOS and when using XDG. See #17727.
This commit is contained in:
@@ -51,6 +51,7 @@ public:
|
||||
|
||||
enum Dir
|
||||
{
|
||||
Dir_Cache,
|
||||
Dir_Documents,
|
||||
Dir_Desktop,
|
||||
Dir_Downloads,
|
||||
|
Reference in New Issue
Block a user