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