mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Crash in configure hotkeys
This commit is contained in:
parent
7f4542849e
commit
2f2f9e48bf
1 changed files with 1 additions and 1 deletions
|
|
@ -369,7 +369,7 @@ begin
|
|||
if Assigned(Hotkey) then
|
||||
btnAddToQueue.Caption := btnAddToQueue.Caption + ' (' + ShortcutsToText(Hotkey.Shortcuts) + ')';
|
||||
|
||||
if fspListInMainThread in FFileSource.Properties then
|
||||
if Assigned(FFileSource) and (fspListInMainThread in FFileSource.Properties) then
|
||||
begin
|
||||
btnAddToQueue.Visible:= False;
|
||||
FQueueIdentifier:= ModalQueueId;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue