08-01-2021, 04:39 PM
I have found a solution. I was stupid to have overlooked it.
Since it was pdb.gimp_quit() for the old version, for this one, it will naturally be
Gimp.get_pdb().run_procedure('gimp-quit', [True]).
However, it seems to cause memory leaks.
Since it was pdb.gimp_quit() for the old version, for this one, it will naturally be
Gimp.get_pdb().run_procedure('gimp-quit', [True]).
However, it seems to cause memory leaks.