hyprpm: err out on missing runtime deps

This commit is contained in:
Vaxry
2024-04-16 16:58:57 +01:00
parent 9a66514e26
commit eeca50e3dc
2 changed files with 22 additions and 0 deletions

View File

@@ -56,6 +56,8 @@ class CPluginManager {
void notify(const eNotifyIcons icon, uint32_t color, int durationMs, const std::string& message);
bool hasDeps();
bool m_bVerbose = false;
private: