In-game message macros available immediately in active games (#5113)

* In-game message macros available immediately in active games

* fix formatting

* init sayMenu actions with sayMenu as parent
This commit is contained in:
Alexander Choi 2024-10-09 15:08:57 -06:00 committed by GitHub
parent 500b694cc6
commit b4bfa17cee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 2 deletions

View file

@ -15,6 +15,7 @@ public:
void setCount(int count);
void setMessageAt(int index, QString message);
signals:
void messageMacrosChanged();
public slots: