Skip to content

Commit baeb01f

Browse files
committed
Also remove the SettingWindowViewModel constructor argument from SettingsPaneHotkeyViewModel
1 parent ac3c053 commit baeb01f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/SettingPages/ViewModels/SettingsPaneHotkeyViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ private void CustomShortcutEdit()
114114
return;
115115
}
116116

117-
var window = new CustomShortcutSetting(item.Key, item.Value, null);
117+
var window = new CustomShortcutSetting(item.Key, item.Value);
118118
if (window.ShowDialog() is not true) return;
119119

120120
var index = Settings.CustomShortcuts.IndexOf(item);

0 commit comments

Comments
 (0)