cpypasta / cotw-mod-builder

A tool to create custom mods for COTW.
44 stars 2 forks source link

Patch active tab selection #1

Closed HintringerFabian closed 1 year ago

HintringerFabian commented 1 year ago

By using the correct function to access the name of the currently selected tab this error will not happen

Traceback (most recent call last): File "modbuilder.py", line 4, in File "modbuilder__main__.py", line 4, in main File "modbuilder\gui.py", line 238, in main File "D:\Game Shorts\06-21-2023 Modbuilder v.1.2.0\plugins\modify_ammo.py", line 102, in add_mod active_tab = window["ammo_group"].find_currently_active_tab_key().lower() AttributeError: 'TabGroup' object has no attribute 'find_currently_active_tab_key'