Post refactor corrections to loading images
This commit is contained in:
@@ -24,7 +24,7 @@ class IPCSignalsMixin:
|
||||
def handle_files_from_ipc(self, uris: list) -> None:
|
||||
logger.debug(f"Files From IPC: {uris}")
|
||||
GLib.idle_add(
|
||||
self.broadcast_message, "handle-files", (uris,)
|
||||
self.broadcast_message, "do-filter-open", (uris,)
|
||||
)
|
||||
|
||||
def handle_dir_from_ipc(self, fpath: str) -> None:
|
||||
|
||||
Reference in New Issue
Block a user