Allow Moderators to Grant Replay & Activate in TabAdmin (#5492)

This commit is contained in:
Zach H 2025-01-17 21:23:24 -05:00 committed by GitHub
parent d3a1538af3
commit 648c96ac3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 27 additions and 11 deletions

View file

@ -36,7 +36,7 @@ private:
bool fullAdmin;
QPushButton *updateServerMessageButton, *shutdownServerButton, *reloadConfigButton, *grantReplayAccessButton,
*activateUserButton;
QGroupBox *adminGroupBox;
QGroupBox *adminGroupBox, *moderatorGroupBox;
QPushButton *unlockButton, *lockButton;
QLineEdit *replayIdToGrant, *userToActivate;
signals: