|
@@ -369,7 +369,7 @@ begin
|
|
if Assigned(Hotkey) then
|
|
if Assigned(Hotkey) then
|
|
btnAddToQueue.Caption := btnAddToQueue.Caption + ' (' + ShortcutsToText(Hotkey.Shortcuts) + ')';
|
|
btnAddToQueue.Caption := btnAddToQueue.Caption + ' (' + ShortcutsToText(Hotkey.Shortcuts) + ')';
|
|
|
|
|
|
- if fspListInMainThread in FFileSource.Properties then
|
|
|
|
|
|
+ if Assigned(FFileSource) and (fspListInMainThread in FFileSource.Properties) then
|
|
begin
|
|
begin
|
|
btnAddToQueue.Visible:= False;
|
|
btnAddToQueue.Visible:= False;
|
|
FQueueIdentifier:= ModalQueueId;
|
|
FQueueIdentifier:= ModalQueueId;
|