Merge pull request #292 from lack/offline_username_limits

Limit offline username to 16 characters with override
This commit is contained in:
Sefa Eyeoglu
2022-03-19 16:02:28 +01:00
parent bf6fa6bce4
commit ddda02f092
3 changed files with 23 additions and 0 deletions

View File

@ -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;