런처 즉시 표시 유지하고 색인 시작 시점 지연
LauncherWindow 사전 생성은 복원해 런처 호출 반응성을 유지했습니다. 대신 인덱스 전체 스캔과 감시는 런처를 여는 순간이 아니라 실제 검색이 시작될 때만 한 번 지연 시작하도록 변경했습니다. README와 DEVELOPMENT 문서를 2026-04-06 17:52(KST) 기준으로 갱신했고 Release 빌드에서 경고 0 오류 0을 확인했습니다.
This commit is contained in:
@@ -280,6 +280,8 @@ public partial class LauncherViewModel : INotifyPropertyChanged
|
||||
|
||||
private async Task SearchAsync(string query)
|
||||
{
|
||||
(System.Windows.Application.Current as App)?.EnsureIndexWarmupStarted();
|
||||
|
||||
// CTS 취소는 setter에서 이미 처리됨. 새 토큰만 발급.
|
||||
_searchCts = new CancellationTokenSource();
|
||||
var ct = _searchCts.Token;
|
||||
|
||||
Reference in New Issue
Block a user