hyprpm: fix for multi-user + improve directory structure
This commit is contained in:
parent
f7815dab42
commit
335015fe2d
2 changed files with 87 additions and 53 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue