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
|
|
@ -154,7 +154,7 @@ int main(int argc, char** argv, char** envp) {
|
|||
if (ret != LOADSTATE_OK)
|
||||
return 1;
|
||||
} else if (command[0] == "reload") {
|
||||
auto ret = g_pPluginManager->ensurePluginsLoadState();
|
||||
auto ret = g_pPluginManager->ensurePluginsLoadState(force);
|
||||
|
||||
if (ret != LOADSTATE_OK && notify) {
|
||||
switch (ret) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue