1
0
Fork 0
mirror of synced 2024-06-28 03:00:49 +12:00
Rare/rare/components/tabs
loathingKernel c1a008dce1 MainWindow: Don't connect to the global exit signal
Instead of connecting to the global `exit_app` signal, pass the signals
through their respective widgets. Because signals are queued by
default, this ensures that slots are executed in the order they are
connected. Makes it cleaner to do cleanup procedures where they should
make sense, unlike the global signal, where it has to be inferred by
the widget instantiating order.
2022-10-23 16:08:27 +03:00
..
account MainWindow: Don't connect to the global exit signal 2022-10-23 16:08:27 +03:00
downloads DownloadsTab: Show the update version of InstallDialog if it is an update 2022-10-22 15:44:22 +03:00
games GameInfo: Add missing space 2022-10-19 17:53:37 +03:00
settings Add Ukrainian language 2022-10-17 20:00:46 +02:00
shop Paths: Query paths after the OrganizationName and ApplicationName have been set 2022-09-08 01:27:37 +03:00
__init__.py MainWindow: Don't connect to the global exit signal 2022-10-23 16:08:27 +03:00
tab_utils.py Utils: Rename utils.py to misc.py to not confuse PyCharm checker 2022-08-02 10:42:38 +03:00