Flow.Launcher/Flow.Launcher.Infrastructure/UserSettings
Jack251970 522ff153be Refactor hotkey initialization logic
Simplify hotkey initialization by using the null-coalescing
assignment operator (`??=`) to ensure `metadata.PluginHotkeys`
is initialized to an empty collection if null. Add a call to
`Clear()` to reset the collection before reuse. Replace
`List<PluginHotkey>()` with shorthand `[]` syntax for creating
empty collections, improving code readability and consistency.
2025-10-16 22:36:51 +08:00
..
CustomBrowserViewModel.cs Add space for code quality 2025-09-23 18:07:15 +08:00
CustomExplorerViewModel.cs Add space for code quality 2025-09-23 18:07:15 +08:00
CustomShortcutModel.cs Use PublicApi.Instance instead of private one 2025-09-23 17:40:54 +08:00
DataLocation.cs Fix issue in PortableDataLocationInUse 2025-09-21 20:07:18 +08:00
HttpProxy.cs Remove unused using 2023-04-25 21:02:34 +08:00
PluginHotkey.cs Release 1.20.2 | Plugin 4.7.0 (#3820) 2025-07-13 17:18:34 +03:00
PluginSettings.cs Refactor hotkey initialization logic 2025-10-16 22:36:51 +08:00
Settings.cs Merge branch 'dev' into rename-file 2025-10-16 20:07:02 +08:00