mirror of https://gitlab.com/basile.b/dexed.git
fix, last folder added to favorites
This commit is contained in:
parent
a8e327557a
commit
691d282d34
|
|
@ -158,9 +158,6 @@ end;
|
|||
procedure TCEMiniExplorerWidget.optset_Favs(aReader: TReader);
|
||||
begin
|
||||
fFavorites.DelimitedText := aReader.ReadString;
|
||||
if fLastFold <> '' then
|
||||
if fFavorites.IndexOf(fLastFold) = -1 then
|
||||
fFavorites.Add(fLastFold);
|
||||
updateFavorites;
|
||||
end;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue