mirror of
https://github.com/moparisthebest/Simba
synced 2024-12-23 07:48:50 -05:00
Small style fix
This commit is contained in:
parent
e2712ad9a7
commit
c0b780fce5
@ -1390,8 +1390,8 @@ begin
|
|||||||
FormWritelnEx('Warning: The font directory specified in the Settings isn''t valid. Can''t load fonts now');
|
FormWritelnEx('Warning: The font directory specified in the Settings isn''t valid. Can''t load fonts now');
|
||||||
Thread.SetPaths(ScriptPath,AppPath,Includepath,PluginPath,fontPath);
|
Thread.SetPaths(ScriptPath,AppPath,Includepath,PluginPath,fontPath);
|
||||||
|
|
||||||
if selector.haspicked then Thread.Client.IOManager.SetTarget(Selector.LastPick);
|
if selector.haspicked then
|
||||||
|
Thread.Client.IOManager.SetTarget(Selector.LastPick);
|
||||||
|
|
||||||
loadFontsOnScriptStart := (lowercase(LoadSettingDef('Settings/Fonts/LoadOnStartUp', 'True')) = 'true');
|
loadFontsOnScriptStart := (lowercase(LoadSettingDef('Settings/Fonts/LoadOnStartUp', 'True')) = 'true');
|
||||||
// Copy our current fonts
|
// Copy our current fonts
|
||||||
|
Loading…
Reference in New Issue
Block a user