Add code comments

This commit is contained in:
Jack251970 2026-01-05 14:34:57 +08:00
parent 5f992352ee
commit 177e60739c

View file

@ -259,6 +259,7 @@ namespace Flow.Launcher
await PluginManager.InitializePluginsAsync(_mainVM);
// Refresh the history results after plugins are initialized so that we can parse the absolute icon paths
_mainVM.RefreshLastOpenedHistoryResults();
// Refresh home page after plugins are initialized because users may open main window during plugin initialization