We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f275667 commit 638e5dbCopy full SHA for 638e5db
menu.pas
@@ -1131,27 +1131,6 @@ procedure TfrmMenu.JvApplicationHotKey1HotKey(Sender: TObject);
1131
else
1132
FocusCurrentBrowser;
1133
end;
1134
- end
1135
- else
1136
- if Assigned(formLauncher) then
1137
- begin
1138
- if formLauncher.Visible then
1139
1140
- if GetForegroundWindow <> formLauncher.Handle then
1141
1142
- SetForegroundWindow(formLauncher.Handle);
1143
1144
1145
- formLauncher.Hide;
1146
1147
1148
1149
- formLauncher.Show;
1150
1151
1152
1153
- end;
1154
1155
1156
1157
0 commit comments