mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Introduce DispatcherHelper for safe UI thread access and replace direct Dispatcher.Invoke calls across the codebase. This centralizes thread invocation logic, reduces boilerplate, and improves maintainability. Some methods are refactored for clarity and UI thread safety. |
||
|---|---|---|
| .. | ||
| AvailableLanguages.cs | ||
| DispatcherHelper.cs | ||
| FontHelper.cs | ||
| Internationalization.cs | ||
| JsonObjectConverter.cs | ||
| Language.cs | ||
| Theme.cs | ||
| ThemeHelper.cs | ||