Remove 'experimental' label from reuse tabs option

Now it works well so it is no longer experimental.  
Maybe let's keep it "false" by default for some time.  
It will make it harder to spread among users but IMO it's safer.
This commit is contained in:
Andrzej Martyna 2026-01-05 13:39:00 +01:00 committed by GitHub
parent 37c733789e
commit 84ef5aa9b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,6 +31,6 @@
<system:String x:Key="flowlauncher_plugin_browserbookmark_guideMessage01">If you are not using Chrome, Firefox or Edge, or you are using their portable version, you need to add bookmarks data directory and select correct browser engine to make this plugin work.</system:String>
<system:String x:Key="flowlauncher_plugin_browserbookmark_guideMessage02">For example: Brave's engine is Chromium; and its default bookmarks data location is: "%LOCALAPPDATA%\BraveSoftware\Brave-Browser\UserData". For Firefox engine, the bookmarks directory is the userdata folder contains the places.sqlite file.</system:String>
<system:String x:Key="flowlauncher_plugin_browserbookmark_enable_favicons">Load favicons (can be time consuming during startup)</system:String>
<system:String x:Key="flowlauncher_plugin_browserbookmark_reuse_tabs">Reuse existing tabs (experimental)</system:String>
<system:String x:Key="flowlauncher_plugin_browserbookmark_reuse_tabs">Reuse existing tabs</system:String>
</ResourceDictionary>
</ResourceDictionary>