We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87046b6 commit d094ebaCopy full SHA for d094eba
src/registry.cpp
@@ -61,7 +61,7 @@ static bool launchExecutable(const wchar_t* executable)
61
}
62
63
void checkAndEnableLongPaths() {
64
- if (isLongPathsEnabled()) {
+ if (!isLongPathsEnabled()) {
65
if (ask("Long Paths are disabled, this could cause some issues\nwhile downloading or decrypting\nEnable Long Paths?")) {
66
if(launchExecutable(L"regFixLongPaths.exe"))
67
showError("Successfully enabled Long Paths!");
0 commit comments