mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Previously, `UpdatePluginHotkeyInfoTranslations` was called for all plugins, even those without hotkey support. This commit adds a conditional check to ensure the method is only invoked for plugins implementing the `IPluginHotkey` interface. Additionally, comments were added to clarify the purpose of the hotkey update logic. These changes improve robustness by preventing unnecessary or invalid calls for non-hotkey plugins. |
||
|---|---|---|
| .. | ||
| AvailableLanguages.cs | ||
| FontHelper.cs | ||
| Internationalization.cs | ||
| JsonObjectConverter.cs | ||
| Language.cs | ||
| Theme.cs | ||