hyprpm: add --force for update

closes #4547
This commit is contained in:
Vaxry
2024-01-28 02:04:35 +00:00
parent bfcc2adbda
commit 352574d862
3 changed files with 10 additions and 6 deletions

View File

@@ -40,7 +40,7 @@ class CPluginManager {
bool removePluginRepo(const std::string& urlOrName);
eHeadersErrors headersValid();
bool updateHeaders();
bool updateHeaders(bool force = false);
bool updatePlugins(bool forceUpdateAll);
void listAllPlugins();