GLib idle add return effort

This commit is contained in:
2023-12-31 22:20:04 -06:00
parent 9336df2afa
commit 4cafb7ff9f
6 changed files with 60 additions and 11 deletions

View File

@@ -138,6 +138,7 @@ class Icon(DesktopIconMixin, VideoIconMixin, MeshsIconMixin):
def _call_gtk_thread(event, result):
result.append( self.get_system_thumbnail(full_path, size) )
event.set()
return False
result = []
event = threading.Event()