dangerzone/dangerzone/gui
Alex Pyrgiotis 77b380e7df
Fix proper signal type for UpdateReport
Change the signal type in `UpdaterThread.check_for_updates()` from
`dict` to `UpdateReport`. The `dict` parameter is stale and should have
never been used.
2023-07-25 14:52:49 +03:00
..
__init__.py Inform the user for new updates 2023-07-24 16:49:25 +03:00
logic.py Remove pipes module and use shlex instead 2023-07-24 18:13:00 +03:00
main_window.py Inform the user for new updates 2023-07-24 16:49:25 +03:00
updater.py Fix proper signal type for UpdateReport 2023-07-25 14:52:49 +03:00