- New UI for the prompt - Third time's the charm. - Fixed TOCTOU for cs prompt on main menu. - Fixed SubEditor not running lua when don't run is selected for cs. - LuaCs CSharp Enabled Rework
16 lines
616 B
XML
16 lines
616 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Configuration>
|
|
<Settings>
|
|
<Setting Name="HideUserNamesInLogs" Type="bool" Value="true"/>
|
|
<Setting Name="CsRunPolicy" Type="listString" Value="Prompt" AllowChangesWhileExecuting="false">
|
|
<Values>
|
|
<Value Value="Disabled"/>
|
|
<Value Value="Prompt"/>
|
|
<Value Value="Enabled"/>
|
|
</Values>
|
|
</Setting>
|
|
<Setting Name="UseCaching" Type="bool" Value="true" AllowChangesWhileExecuting="false"/>
|
|
<Setting Name="CsRunPolicySession" Type="bool" AllowChangesWhileExecuting="false" ShowInMenus="false"/>
|
|
</Settings>
|
|
</Configuration>
|