mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 08:14:47 -07:00
qtmultimedia related compile fix (hopefully), adjusted maximum ban duration
This commit is contained in:
parent
8344920fdc
commit
a61558117f
2 changed files with 8 additions and 3 deletions
|
|
@ -24,6 +24,7 @@ BanDialog::BanDialog(QWidget *parent)
|
|||
durationEdit = new QSpinBox;
|
||||
durationEdit->setMinimum(0);
|
||||
durationEdit->setValue(5);
|
||||
durationEdit->setMaximum(99999999);
|
||||
QLabel *reasonLabel = new QLabel(tr("Please enter the reason for the ban.\nThis is only saved for moderators and cannot be seen by the banned person."));
|
||||
reasonEdit = new QPlainTextEdit;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue