From df900f59191b1a9563086c50840afdcd61d379d9 Mon Sep 17 00:00:00 2001 From: Andrzej Martyna Date: Sun, 28 Dec 2025 18:06:32 +0100 Subject: [PATCH] small tweaks --- Plugins/Flow.Launcher.Plugin.BrowserBookmark/Main.cs | 1 + Plugins/Flow.Launcher.Plugin.BrowserBookmark/Tabs/README.md | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Main.cs b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Main.cs index 413fc5e2a..5b9e71ff8 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Main.cs +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Main.cs @@ -93,6 +93,7 @@ public class Main : ISettingProvider, IPlugin, IReloadable, IPluginI18n, IContex // Should top results be returned? (true if no search parameters have been passed) var topResults = string.IsNullOrEmpty(param); + if (!topResults) { // Since we mixed chrome and firefox bookmarks, we should order them again diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Tabs/README.md b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Tabs/README.md index 084261766..e4d011e0a 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Tabs/README.md +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Tabs/README.md @@ -23,8 +23,8 @@ Next, each time the bookmark is triggered again, it just switches to the existin The extension bases on RuntimeId of AutomationElement from Microsoft UI Automation. This is a weak spot as browsers are used to regenerate internal structures and even reuse RuntimeId. -It sometimes means that a bookmark activates a wrong tab. -Still **"just take me to THIS place in milliseconds** works almost all of the time so it bring so much value that it is worthwhile to accepts the fact it fails sometimes. +It **rarely** happens that a bookmark activates a wrong tab. +Still **"just take me to THIS place in milliseconds"** works almost all of the time so it bring so much value that it is worthwhile to accepts the fact it fails sometimes. The quickest workaround is: @@ -39,4 +39,4 @@ However due to security reasons it has several limitations: - different browsers exposes internals differently - it is not easily accessible (e.g. you cannot make Chrome expose internal details on a dev TCP port from default profile so user would have to take care about special settings). -_"Reuse tabs" settings created initially by [Andrzej Martyna](https://github.com/andrzejmartyna)_ +_"Reuse tabs" setting was created initially by [Andrzej Martyna](https://github.com/andrzejmartyna)_