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

Tags don't refresh when you change selection #107

Closed ryanjjung closed 1 month ago

ryanjjung commented 1 month ago

To reproduce:

  1. Create two buildings of any kind
  2. Select one of them
  3. Add a tag to it
  4. Select the other building
  5. The tag you added to the first one is still shown when referencing the other

Depending on what's going on, there could be other problems issuing from this.

ryanjjung commented 1 month ago

Fixed in #131