mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 11:12:36 +01:00
parent
8c52087fa6
commit
cec6a489d3
@ -3062,7 +3062,7 @@ namespace Nikse.SubtitleEdit.Forms.Options
|
|||||||
{
|
{
|
||||||
foreach (ShortcutNode subNode in parent.Nodes)
|
foreach (ShortcutNode subNode in parent.Nodes)
|
||||||
{
|
{
|
||||||
if (sh != null && !sh.IsPlugin && subNode.Shortcut.Shortcut.Name == sh.Shortcut.Name)
|
if (sh != null && !sh.IsPlugin && !subNode.Shortcut.IsPlugin && subNode.Shortcut.Shortcut.Name == sh.Shortcut.Name)
|
||||||
{
|
{
|
||||||
subNode.Text = text + " " + shortcutText;
|
subNode.Text = text + " " + shortcutText;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user