Skip to content

Commit

Permalink
remove obsolete method and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jjw24 committed May 30, 2024
1 parent 611ca6f commit c0e900a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ public Task InitAsync(PluginInitContext context)
return Task.CompletedTask;
}

public async Task TogglePreviewAsync(string path)
{
await QuickLookHelper.ToggleQuickLookAsync(path).ConfigureAwait(false);
}
public async Task ClosePreviewAsync()
{
await QuickLookHelper.CloseQuickLookAsync().ConfigureAwait(false);
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Use QuickLook to preview files in Flow Launcher. Only enabled with Flow Launcher

## Usage

Requires QuickLook installed and running.

QuickLook preview will be automatically turned on when this plugin is installed. Disable or uninstall this plugin to switch back to use Flow's own preview.

QuickLook's usage of Always Preview feature can be turned off via Flow's general settings.

0 comments on commit c0e900a

Please sign in to comment.