mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
- Remove WPF views (ActionKeywordSetting, ExplorerSettings, PreviewPanel, QuickAccessLinkSettings) - Fix NullReferenceException in ActionKeywordModel by initializing settings - Fix (false,false) crash case in EditActionKeywordAsync - Add null-safe dialog patterns for owner window - Move Focus() to OnOpened for reliable control attachment - Add using for Avalonia PreviewPanel namespace in ResultManager - Update Main.cs to use AvaloniaControl return type
19 lines
412 B
Markdown
19 lines
412 B
Markdown
# Plugins/Flow.Launcher.Plugin.Explorer/ViewModels/
|
|
|
|
<!-- Explorer: Fill in this section with architectural understanding -->
|
|
|
|
## Responsibility
|
|
|
|
<!-- What is this folder's job in the system? -->
|
|
|
|
## Design
|
|
|
|
<!-- Key patterns, abstractions, architectural decisions -->
|
|
|
|
## Flow
|
|
|
|
<!-- How does data/control flow through this module? -->
|
|
|
|
## Integration
|
|
|
|
<!-- How does it connect to other parts of the system? -->
|