Skip to content

Commit

Permalink
Update AIntPCommands.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlicekdominik committed Dec 23, 2022
1 parent 046fa1c commit a4b6b50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

void FAIntPCommands::RegisterCommands()
{
UI_COMMAND(PluginAction, "Support", "Opens Support channel", EUserInterfaceActionType::Button, FInputChord(EModifierKey::Control|EModifierKey::Shift|EModifierKey::Alt, EKeys::X));
UI_COMMAND(PluginAction, "Support", "Opens Mountea Framework Support channel", EUserInterfaceActionType::Button, FInputChord(EModifierKey::Control|EModifierKey::Shift|EModifierKey::Alt, EKeys::X));
}

#undef LOCTEXT_NAMESPACE

0 comments on commit a4b6b50

Please sign in to comment.