hyprpm: fix for multi-user + improve directory structure

This commit is contained in:
Vaxry
2024-04-28 20:27:44 +01:00
parent f7815dab42
commit 335015fe2d
2 changed files with 87 additions and 53 deletions

View File

@@ -60,8 +60,13 @@ class CPluginManager {
bool m_bVerbose = false;
// will delete recursively if exists!!
bool createSafeDirectory(const std::string& path);
private:
std::string headerError(const eHeadersErrors err);
std::string m_szWorkingPluginDirectory = "";
};
inline std::unique_ptr<CPluginManager> g_pPluginManager;