Skip to content

Commit

Permalink
Fix settings
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyuvn committed May 23, 2015
1 parent 9a1c114 commit 810ef5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Grabacr07.KanColleViewer/Views/Settings/Browser.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
HorizontalAlignment="Left"
Prompt=""
ItemsSource="{Binding FlashQualityList}"
SelectedValue="{Binding FlashQuality, Mode=TwoWay}"
SelectedValue="{Binding Source={x:Static models:Settings.Current}, Path=FlashQuality}"
ToolTip="{Binding Resources.Settings_Flash_Quality_ToolTip, Source={x:Static models:ResourceService.Current}, Mode=OneWay}"
IsReadOnly="True"
MinWidth="70"
Expand All @@ -151,7 +151,7 @@
HorizontalAlignment="Left"
Prompt=""
ItemsSource="{Binding FlashWindowList}"
SelectedValue="{Binding FlashWindow, Mode=TwoWay}"
SelectedValue="{Binding Source={x:Static models:Settings.Current}, Path=FlashWindow}"
ToolTip="{Binding Resources.Settings_Flash_Window_ToolTip, Source={x:Static models:ResourceService.Current}, Mode=OneWay}"
IsReadOnly="True"
MinWidth="70"
Expand Down

0 comments on commit 810ef5e

Please sign in to comment.