Add a hyphen in a word inside a comment in BrowserBookmark/Main.cs

This commit is contained in:
Yusyuriv 2024-04-17 08:56:38 +06:00
parent 7393b27976
commit 148afc401d
No known key found for this signature in database
GPG key ID: A91C52E6F73148E0

View file

@ -47,7 +47,7 @@ public class Main : ISettingProvider, IPlugin, IReloadable, IPluginI18n, IContex
public List<Result> Query(Query query)
{
// For when the plugin being previously disabled and is now reenabled
// For when the plugin being previously disabled and is now re-enabled
if (!_initialized)
{
LoadBookmarksIfEnabled();