mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
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:
parent
1f45c02bf1
commit
1bac95dde4
1 changed files with 1 additions and 1 deletions
|
|
@ -106,6 +106,6 @@
|
|||
HorizontalAlignment="Left"
|
||||
VerticalAlignment="Center"
|
||||
Content="{DynamicResource flowlauncher_plugin_browserbookmark_reuse_tabs}"
|
||||
IsChecked="{Binding Settings.ReuseTabs}" />
|
||||
IsChecked="{Binding ReuseTabs}" />
|
||||
</Grid>
|
||||
</UserControl>
|
||||
Loading…
Reference in a new issue