hyprpm: add short error code explanations

This commit is contained in:
Vaxry
2024-07-30 11:54:28 +02:00
parent e673220340
commit 743e98f0c0
2 changed files with 15 additions and 1 deletions

View File

@@ -66,6 +66,7 @@ class CPluginManager {
private:
std::string headerError(const eHeadersErrors err);
std::string headerErrorShort(const eHeadersErrors err);
std::string m_szWorkingPluginDirectory = "";
};