ObserverHerb / Celeste

A Twitch bot written in C++/Qt with a focus on multimedia and native performance
GNU General Public License v3.0
6 stars 0 forks source link

Commands Editor: Separate callback for attaching signals #183

Open ObserverHerb opened 6 months ago

ObserverHerb commented 6 months ago

Signals are being attached in the Setup callback, but splitting this out into a second callback will help prevent ordering errors and circular dependencies.