hyprpm: add support for minimum versions

This commit is contained in:
Vaxry
2024-04-05 00:44:21 +01:00
parent 51b3148f09
commit 1ae592fcd9
9 changed files with 47 additions and 13 deletions

View File

@@ -32,6 +32,7 @@ enum ePluginLoadStateReturn {
struct SHyprlandVersion {
std::string branch;
std::string hash;
int commits = 0;
};
class CPluginManager {