mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 04:49:47 -07:00
parent
84a39671de
commit
fde9c2b9e9
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ AddNewTorrentDialog::AddNewTorrentDialog(QWidget *parent) :
|
||||||
foreach (const QString& label, customLabels) {
|
foreach (const QString& label, customLabels) {
|
||||||
ui->label_combo->addItem(label);
|
ui->label_combo->addItem(label);
|
||||||
}
|
}
|
||||||
|
ui->label_combo->model()->sort(0);
|
||||||
loadState();
|
loadState();
|
||||||
// Signal / slots
|
// Signal / slots
|
||||||
connect(ui->adv_button, SIGNAL(clicked(bool)), SLOT(showAdvancedSettings(bool)));
|
connect(ui->adv_button, SIGNAL(clicked(bool)), SLOT(showAdvancedSettings(bool)));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue