hyprpm: add an option to force reload all plugins (#8883)
This commit is contained in:
parent
deb077c346
commit
5b37d53992
4 changed files with 7 additions and 7 deletions
|
|
@ -51,7 +51,7 @@ class CPluginManager {
|
|||
|
||||
bool enablePlugin(const std::string& name);
|
||||
bool disablePlugin(const std::string& name);
|
||||
ePluginLoadStateReturn ensurePluginsLoadState();
|
||||
ePluginLoadStateReturn ensurePluginsLoadState(bool forceReload = false);
|
||||
|
||||
bool loadUnloadPlugin(const std::string& path, bool load);
|
||||
SHyprlandVersion getHyprlandVersion(bool running = true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue