fix: store IPC file in application directory (#5226)

This commit is contained in:
nerix
2024-03-03 13:15:50 +01:00
committed by GitHub
parent 3c13e0c6d2
commit 449c5397b7
6 changed files with 66 additions and 0 deletions
+5
View File
@@ -39,6 +39,11 @@ public:
// Custom themes live here. <appDataDirectory>/Themes
QString themesDirectory;
// Directory for shared memory files.
// <appDataDirectory>/IPC on Windows
// /tmp elsewhere
QString ipcDirectory;
bool createFolder(const QString &folderPath);
[[deprecated("use Modes::instance().portable instead")]] bool isPortable()
const;