Clarify initialized condition

Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
This commit is contained in:
VictoriousRaptor 2023-06-29 08:48:25 +08:00 committed by GitHub
parent d602f5cafa
commit 9656e5cf4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,6 +48,7 @@ namespace Flow.Launcher.Plugin.BrowserBookmark
public List<Result> Query(Query query)
{
// For when the plugin being previously disabled and is now renabled
if (!initialized)
{
LoadBookmarksIfEnabled();