fix: windows looking in deskflow/deskflow for items

fixes #8371
This commit is contained in:
sithlord48
2025-03-17 09:27:00 -04:00
committed by Nick Bolton
parent dd895ed99f
commit c1af4c3b71

View File

@ -143,10 +143,6 @@ std::string ArchFileWindows::getProfileDirectory()
dir = getUserDirectory();
}
}
// HACK: append program name, this seems wrong.
dir.append("\\Deskflow");
return dir;
}