File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -243,9 +243,6 @@ public List<string> QuerySearchPrecisionStrings
243
243
public List < Language > Languages => _translater . LoadAvailableLanguages ( ) ;
244
244
public IEnumerable < int > MaxResultsRange => Enumerable . Range ( 2 , 16 ) ;
245
245
246
- public ObservableCollection < CustomShortcutModel > CustomShortcuts => Settings . CustomShortcuts ;
247
- public ObservableCollection < BuiltinShortcutModel > BuiltinShortcuts => Settings . BuiltinShortcuts ;
248
-
249
246
public string TestProxy ( )
250
247
{
251
248
var proxyServer = Settings . Proxy . Server ;
@@ -742,6 +739,10 @@ public FamilyTypeface SelectedResultFontFaces
742
739
743
740
#region shortcut
744
741
742
+ public ObservableCollection < CustomShortcutModel > CustomShortcuts => Settings . CustomShortcuts ;
743
+
744
+ public ObservableCollection < BuiltinShortcutModel > BuiltinShortcuts => Settings . BuiltinShortcuts ;
745
+
745
746
public CustomShortcutModel ? SelectedCustomShortcut { get ; set ; }
746
747
747
748
public void DeleteSelectedCustomShortcut ( )
You can’t perform that action at this time.
0 commit comments