Extra icons for OSD

This commit is contained in:
Serge
2023-05-20 22:59:17 +02:00
parent 9f56959c67
commit 9794229f3f
15 changed files with 113 additions and 40 deletions

View File

@@ -21,6 +21,10 @@ namespace GHelper
private void SetKeyCombo(ComboBox combo, TextBox txbox, string name)
{
if (name == "m3")
customActions[""] = Properties.Strings.MuteMic;
if (name == "m4")
customActions[""] = Properties.Strings.OpenGHelper;