mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add a hyphen in a word inside a comment in BrowserBookmark/Main.cs
This commit is contained in:
parent
7393b27976
commit
148afc401d
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue