1
0
Fork 0
mirror of synced 2024-06-28 03:00:49 +12:00
Rare/rare/components
loathingKernel 891804ae37 AccountWidget: Remove dead signals after the offline mode fix
Signals, if they carry the same datatype, can be chained simply
with `signal.connect(othersignal)` without the need to use a `lambda`
expression and `emit()`

TabWidget: Fix error because the `exit_app` signal was called directly
2022-10-31 17:00:01 +02:00
..
dialogs InstallDialog: Update the collapsible widget to take a widget instead of a layout 2022-10-31 16:59:55 +02:00
tabs AccountWidget: Remove dead signals after the offline mode fix 2022-10-31 17:00:01 +02:00
__init__.py lowercase snake case 2021-04-07 22:39:23 +02:00
main_window.py MainWindow: Don't connect to the global exit signal 2022-10-23 16:08:27 +03:00
tray_icon.py MainWindow: Don't connect to the global exit signal 2022-10-23 16:08:27 +03:00