Allow Moderators to Grant Replay & Activate in TabAdmin

This commit is contained in:
ZeldaZach 2025-01-17 11:50:49 -05:00
parent 2bc71095dd
commit 7f56e4099d
No known key found for this signature in database
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: