hyprpm: add --hl-url for custom forks

This commit is contained in:
Vaxry 2025-02-24 13:11:25 +00:00
parent 3458d7ac93
commit 73ae9790f9
3 changed files with 21 additions and 9 deletions

View file

@ -62,6 +62,7 @@ class CPluginManager {
bool m_bVerbose = false;
bool m_bNoShallow = false;
std::string m_szCustomHlUrl;
// will delete recursively if exists!!
bool createSafeDirectory(const std::string& path);