mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 16:25:42 +00:00
Added proper default setting for alwaysPromptModuleTarget editor setting
Swapped the scan checking for editor scripts with dso being preferred first
This commit is contained in:
parent
2f40b843d4
commit
f9f022a1b9
2 changed files with 8 additions and 4 deletions
|
|
@ -184,6 +184,10 @@ function AssetBrowserPlugin::initSettings( %this )
|
|||
|
||||
EditorSettings.setDefaultValue( "AssetImporDefaultConfig", "DefaultConfig" );
|
||||
EditorSettings.setDefaultValue( "AutoImport", 1 );
|
||||
|
||||
EditorSettings.beginGroup( "New" );
|
||||
EditorSettings.setDefaultValue( "alwaysPromptModuleTarget", 0 );
|
||||
EditorSettings.endGroup();
|
||||
|
||||
EditorSettings.beginGroup( "Browser" );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue