ryanjjung / satisfactor-py

A Python utility for planning factories in the video game Satisfactory
GNU General Public License v3.0
0 stars 0 forks source link

`MainWindow.__connect_handlers` could use a refactor #119

Closed ryanjjung closed 1 month ago

ryanjjung commented 1 month ago

There's a lot of self.windowSignals.append patterns, which could be one extend instead.

ryanjjung commented 1 month ago

Fixed in #125