Resolved: Use the wrapper property for consistent binding. by coderabbitai

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Andrzej Martyna 2025-12-29 09:54:04 +01:00 committed by GitHub
parent 1f45c02bf1
commit 1bac95dde4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -106,6 +106,6 @@
HorizontalAlignment="Left"
VerticalAlignment="Center"
Content="{DynamicResource flowlauncher_plugin_browserbookmark_reuse_tabs}"
IsChecked="{Binding Settings.ReuseTabs}" />
IsChecked="{Binding ReuseTabs}" />
</Grid>
</UserControl>