ktisis-tools / Ktisis

A robust posing tool for creating screenshots in FFXIV's GPose mode.
GNU General Public License v3.0
196 stars 50 forks source link

Fix: Generate category hotkeys on init #91

Open emyxiv opened 1 year ago

emyxiv commented 1 year ago

Move the code responsible of generating category related purposes away from Input.PurposesWithCategories. The variables PurposesCategories, PurposesCategoriesHold and PurposesCategoriesToggle are not populated on init.

This fixes the issue where category-based hotkeys would not work until config input tab is displayed.

Thanks to Quickdraw6 for reporting this issue.