From 1bac95dde4f56073a99c5f61bdc5c3aa24f865c7 Mon Sep 17 00:00:00 2001 From: Andrzej Martyna <4319685+andrzejmartyna@users.noreply.github.com> Date: Mon, 29 Dec 2025 09:54:04 +0100 Subject: [PATCH] Resolved: Use the wrapper property for consistent binding. by coderabbitai Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- .../Views/SettingsControl.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Views/SettingsControl.xaml b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Views/SettingsControl.xaml index 34891762d..5ebc98d91 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Views/SettingsControl.xaml +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Views/SettingsControl.xaml @@ -106,6 +106,6 @@ HorizontalAlignment="Left" VerticalAlignment="Center" Content="{DynamicResource flowlauncher_plugin_browserbookmark_reuse_tabs}" - IsChecked="{Binding Settings.ReuseTabs}" /> + IsChecked="{Binding ReuseTabs}" /> \ No newline at end of file