Post refactor corrections to loading images

This commit is contained in:
2026-05-22 18:40:06 -05:00
parent bbd8fd7a2c
commit 998ef9a854

View File

@@ -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: