File tree 1 file changed +3
-5
lines changed
KotoKanade.UI/Views/Settings
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 9
9
xmlns : sty =" using:FluentAvalonia.Styling"
10
10
xmlns : ui =" using:FluentAvalonia.UI.Controls"
11
11
xmlns : uip =" using:FluentAvalonia.UI.Controls.Primitives"
12
+ xmlns : ccs =" using:CevioCasts"
12
13
x : DataType =" viewmodels:MainViewModel"
13
14
x : Class =" KotoKanade.Views.SettingTalkVoice" >
14
15
35
36
IsTextSearchEnabled =" True"
36
37
MinWidth =" 200"
37
38
SelectedIndex =" {Binding $parent[UserControl;2].((viewmodels:MainViewModel)DataContext).SelectedCastIndex}"
39
+ ItemsSource =" {Binding $parent[UserControl;2].((viewmodels:MainViewModel)DataContext).TalkCasts}"
40
+ DisplayMemberBinding =" {Binding Names[0].Display,DataType=ccs:Cast}"
38
41
>
39
- <ui : FAComboBoxItem Content =" 田中傘" />
40
- <ui : FAComboBoxItem Content =" さとうささら" />
41
- <ui : FAComboBoxItem Content =" すずきつづみ" />
42
- <ui : FAComboBoxItem Content =" タカハシ" />
43
- <ui : FAComboBoxItem Content =" 双葉湊音" />
44
42
</ui : FAComboBox >
45
43
</StackPanel >
46
44
</ui : SettingsExpander .Footer>
You can’t perform that action at this time.
0 commit comments