Updated. /JL

This commit is contained in:
2026-07-27 20:54:00 +02:00
parent ad67becd91
commit c6b91303ad
5 changed files with 152 additions and 26 deletions
+3
View File
@@ -37,3 +37,6 @@ class ExamplePlugin(XtendRBase):
def pre_load(self, callback):
time.sleep(5) # Indicate long running pre-load.
callback()
def unload(self):
print("ExamplePlugin has unloaded!") # release signal handlers, timers, widgets, etc. here