Browse Source

Really fix user dir on Windows

That was silly... :/

Signed-off-by: falkTX <falktx@falktx.com>
tags/23.10
falkTX 1 year ago
parent
commit
b7ad2d2627
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/CardinalCommon.cpp

+ 1
- 0
src/CardinalCommon.cpp View File

@@ -814,6 +814,7 @@ std::string getSpecialPath(const SpecialPath type)
break;
case kSpecialPathMyDocuments:
csidl = CSIDL_MYDOCUMENTS;
break;
default:
return {};
}


Loading…
Cancel
Save