Merge pull request #292 from lack/offline_username_limits
Limit offline username to 16 characters with override
This commit is contained in:
@ -35,6 +35,7 @@ slots:
|
||||
void onTaskProgress(qint64 current, qint64 total);
|
||||
|
||||
void on_userTextBox_textEdited(const QString &newText);
|
||||
void on_allowLongUsernames_stateChanged(int value);
|
||||
|
||||
private:
|
||||
Ui::OfflineLoginDialog *ui;
|
||||
|
Reference in New Issue
Block a user