Skip to content

Commit ac1658f

Browse files
authored
add comment
1 parent 4fd5039 commit ac1658f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Flow.Launcher/ViewModel/SettingWindowViewModel.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -775,6 +775,7 @@ public bool EditSelectedCustomShortcut()
775775
var shortcutSettingWindow = new CustomShortcutSetting(item.Key, item.Value, this);
776776
if (shortcutSettingWindow.ShowDialog() == true)
777777
{
778+
// Fix un-selectable shortcut item after the first selection
778779
// https://stackoverflow.com/questions/16789360/wpf-listbox-items-with-changing-hashcode
779780
SelectedCustomShortcut = null;
780781
item.Key = shortcutSettingWindow.Key;

0 commit comments

Comments
 (0)