Skip to content

Commit 7c41a37

Browse files
committed
Add blank lines
1 parent 5c2127e commit 7c41a37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Flow.Launcher/CustomShortcutSetting.xaml.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,14 @@ private void BtnAdd_OnClick(object sender, RoutedEventArgs e)
4343
App.API.ShowMsgBox(App.API.GetTranslation("emptyShortcut"));
4444
return;
4545
}
46+
4647
// Check if key is modified or adding a new one
4748
if (((update && originalKey != Key) || !update) && _hotkeyVm.DoesShortcutExist(Key))
4849
{
4950
App.API.ShowMsgBox(App.API.GetTranslation("duplicateShortcut"));
5051
return;
5152
}
53+
5254
DialogResult = !update || originalKey != Key || originalValue != Value;
5355
Close();
5456
}

0 commit comments

Comments
 (0)