hyprpm: add --no-shallow

This commit is contained in:
Vaxry
2024-06-15 21:46:36 +02:00
parent 908bec1564
commit 1f5fd7e64a
3 changed files with 10 additions and 5 deletions

View File

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