mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Improve code comments
This commit is contained in:
parent
8c95ddc7be
commit
dccdd95045
1 changed files with 1 additions and 1 deletions
|
|
@ -384,7 +384,7 @@ namespace Flow.Launcher.Core.Resource
|
||||||
|
|
||||||
public static void UpdatePluginMetadataTranslation(PluginPair p)
|
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;
|
if (p.Plugin is not IPluginI18n pluginI18N) return;
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue