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------------------------------------------------------}
|
{$REGION Standard Comp/Obj------------------------------------------------------}
|
||||||
constructor TCEStaticExplorerWidget.create(aOwner: TComponent);
|
constructor TCEStaticExplorerWidget.create(aOwner: TComponent);
|
||||||
begin
|
begin
|
||||||
fAutoRefresh := true;
|
fAutoRefresh := false;
|
||||||
fRefreshOnFocus := true;
|
fRefreshOnFocus := true;
|
||||||
fRefreshOnChange := true;
|
fRefreshOnChange := false;
|
||||||
fActRefresh := TAction.Create(self);
|
fActRefresh := TAction.Create(self);
|
||||||
fActRefresh.OnExecute := @actRefreshExecute;
|
fActRefresh.OnExecute := @actRefreshExecute;
|
||||||
fActRefresh.Caption := 'Refresh';
|
fActRefresh.Caption := 'Refresh';
|
||||||
|
|
Loading…
Reference in New Issue