mirror of https://gitlab.com/basile.b/dexed.git
adjusted default static explorer options for better user XP on fresh install.
This commit is contained in:
parent
a3b6185234
commit
ca977f3368
|
@ -85,9 +85,9 @@ uses ce_main, ce_libman;
|
|||
{$REGION Standard Comp/Obj------------------------------------------------------}
|
||||
constructor TCEStaticExplorerWidget.create(aOwner: TComponent);
|
||||
begin
|
||||
fAutoRefresh := true;
|
||||
fAutoRefresh := false;
|
||||
fRefreshOnFocus := true;
|
||||
fRefreshOnChange := true;
|
||||
fRefreshOnChange := false;
|
||||
fActRefresh := TAction.Create(self);
|
||||
fActRefresh.OnExecute := @actRefreshExecute;
|
||||
fActRefresh.Caption := 'Refresh';
|
||||
|
|
Loading…
Reference in New Issue