mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
Preparation for 2 COM keys and increase/decrease volume hotkeys
Ref T672, Ref T642
This commit is contained in:
committed by
Mat Sutcliffe
parent
d509b1eb09
commit
50412aa0d1
@@ -35,7 +35,7 @@ namespace BlackCore
|
||||
if (!m_availableActions.contains(action))
|
||||
{
|
||||
m_availableActions.insert(action, icon);
|
||||
emit hotkeyActionRegistered({ action });
|
||||
emit this->hotkeyActionRegistered({ action });
|
||||
}
|
||||
}
|
||||
|
||||
@@ -46,7 +46,7 @@ namespace BlackCore
|
||||
if (!m_availableActions.contains(action))
|
||||
{
|
||||
m_availableActions.insert(action, {});
|
||||
emit hotkeyActionRegistered({ action });
|
||||
emit this->hotkeyActionRegistered({ action });
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user