aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/hotkey/settingsdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/hotkey/settingsdialog.cpp')
-rw-r--r--src/plugins/General/hotkey/settingsdialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/General/hotkey/settingsdialog.cpp b/src/plugins/General/hotkey/settingsdialog.cpp
index 1faa503d6..29d351cb4 100644
--- a/src/plugins/General/hotkey/settingsdialog.cpp
+++ b/src/plugins/General/hotkey/settingsdialog.cpp
@@ -45,6 +45,7 @@ SettingsDialog::SettingsDialog(QWidget *parent)
ui.tableWidget->setItem(9,0, new QTableWidgetItem(tr("Forward 5 seconds")));
ui.tableWidget->setItem(10,0, new QTableWidgetItem(tr("Rewind 5 seconds")));
ui.tableWidget->setItem(11,0, new QTableWidgetItem(tr("Jump to track")));
+ ui.tableWidget->setItem(12,0, new QTableWidgetItem(tr("Mute")));
QSettings settings(Qmmp::configFile(), QSettings::IniFormat);
settings.beginGroup("Hotkey");