fix keybinds

This commit is contained in:
Malte Jürgens
2023-03-02 17:21:04 +01:00
parent b5435acdd8
commit 96bca52d0d
2 changed files with 5 additions and 7 deletions

View File

@@ -62,7 +62,7 @@ void UserScript::setupShortcutsDialog() {
auto toggleDeafenAction = new QAction(this);
toggleDeafenAction->setText("Toggle Deafen");
toggleDeafenAction->setIcon(QIcon::fromTheme("audio-volume-muted"));
connect(toggleMuteAction, &QAction::triggered, this,
connect(toggleDeafenAction, &QAction::triggered, this,
&UserScript::deafenToggled);
m_actionCollection = new KActionCollection(this);