diff --git a/obs/window-basic-settings.cpp b/obs/window-basic-settings.cpp index e63e09096e4c210d3c8a3fda3413ab7a0d47eb53..19e4f99b6f2dd602b1a940a65621ec04f5dc33d7 100644 --- a/obs/window-basic-settings.cpp +++ b/obs/window-basic-settings.cpp @@ -1876,7 +1876,7 @@ void OBSBasicSettings::LoadHotkeySettings(obs_hotkey_id ignoreKey) OBSHotkeyLabel *other, const QString &otherName) { label->setToolTip(tt.arg(otherName)); - label->setText(name + " ✳"); + label->setText(name + " *"); label->pairPartner = other; }; Update(label1, name1, label2, name2);