Improve code comments

This commit is contained in:
Jack251970 2025-10-16 21:33:45 +08:00
parent 8c95ddc7be
commit dccdd95045

View file

@ -384,7 +384,7 @@ namespace Flow.Launcher.Core.Resource
public static void UpdatePluginMetadataTranslation(PluginPair p)
{
// Update plugin metadata name & description & plugin hotkey name & description
// Update plugin metadata name & description
if (p.Plugin is not IPluginI18n pluginI18N) return;
try
{