From aec4539326dfd41cfe75d59637c99161d5e14094 Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Sun, 30 Mar 2025 15:01:41 +0800 Subject: [PATCH] Fix typos --- Flow.Launcher/ViewModel/MainViewModel.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Flow.Launcher/ViewModel/MainViewModel.cs b/Flow.Launcher/ViewModel/MainViewModel.cs index ea1e92b22..a155d2e43 100644 --- a/Flow.Launcher/ViewModel/MainViewModel.cs +++ b/Flow.Launcher/ViewModel/MainViewModel.cs @@ -1464,10 +1464,10 @@ namespace Flow.Launcher.ViewModel public void Show() { - // When application is exitting, the Application.Current will be null + // When application is exiting, the Application.Current will be null Application.Current?.Dispatcher.Invoke(() => { - // When application is exitting, the Application.Current will be null + // When application is exiting, the Application.Current will be null if (Application.Current?.MainWindow is MainWindow mainWindow) { // 📌 Remove DWM Cloak (Make the window visible normally) @@ -1539,10 +1539,10 @@ namespace Flow.Launcher.ViewModel break; } - // When application is exitting, the Application.Current will be null + // When application is exiting, the Application.Current will be null Application.Current?.Dispatcher.Invoke(() => { - // When application is exitting, the Application.Current will be null + // When application is exiting, the Application.Current will be null if (Application.Current?.MainWindow is MainWindow mainWindow) { // Set clock and search icon opacity