Skip to content

Commit bdbef54

Browse files
Move to proper location
1 parent b243683 commit bdbef54

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Flow.Launcher/ViewModel/SettingWindowViewModel.cs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,9 +243,6 @@ public List<string> QuerySearchPrecisionStrings
243243
public List<Language> Languages => _translater.LoadAvailableLanguages();
244244
public IEnumerable<int> MaxResultsRange => Enumerable.Range(2, 16);
245245

246-
public ObservableCollection<CustomShortcutModel> CustomShortcuts => Settings.CustomShortcuts;
247-
public ObservableCollection<BuiltinShortcutModel> BuiltinShortcuts => Settings.BuiltinShortcuts;
248-
249246
public string TestProxy()
250247
{
251248
var proxyServer = Settings.Proxy.Server;
@@ -742,6 +739,10 @@ public FamilyTypeface SelectedResultFontFaces
742739

743740
#region shortcut
744741

742+
public ObservableCollection<CustomShortcutModel> CustomShortcuts => Settings.CustomShortcuts;
743+
744+
public ObservableCollection<BuiltinShortcutModel> BuiltinShortcuts => Settings.BuiltinShortcuts;
745+
745746
public CustomShortcutModel? SelectedCustomShortcut { get; set; }
746747

747748
public void DeleteSelectedCustomShortcut()

0 commit comments

Comments
 (0)