fix: store IPC file in application directory (#5226)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user