File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2525
2525
Background =" {DynamicResource Color02B}"
2526
2526
BorderBrush =" DarkGray"
2527
2527
BorderThickness =" 1"
2528
- ItemsSource =" {Binding ShortCuts }"
2528
+ ItemsSource =" {Binding CustomShortcuts }"
2529
2529
SelectedItem =" {Binding SelectedCustomShortcut}"
2530
2530
Style =" {StaticResource {x:Static GridView.GridViewStyleKey}}" >
2531
2531
<ListView .View>
Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ public List<string> QuerySearchPrecisionStrings
223
223
public List < Language > Languages => _translater . LoadAvailableLanguages ( ) ;
224
224
public IEnumerable < int > MaxResultsRange => Enumerable . Range ( 2 , 16 ) ;
225
225
226
- public ObservableCollection < CustomShortcutModel > ShortCuts => Settings . CustomShortcuts ;
226
+ public ObservableCollection < CustomShortcutModel > CustomShortcuts => Settings . CustomShortcuts ;
227
227
228
228
public string TestProxy ( )
229
229
{
@@ -739,4 +739,4 @@ internal string FormatBytes(long bytes)
739
739
}
740
740
#endregion
741
741
}
742
- }
742
+ }
You can’t perform that action at this time.
0 commit comments