mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-12-26 23:17:25 +01:00
7 lines
No EOL
176 B
Text
7 lines
No EOL
176 B
Text
/// @description init
|
|
#region prefload
|
|
__migration_check();
|
|
|
|
if(!file_exists_empty(file_open_parameter) && PREFERENCES.show_splash)
|
|
dialogCall(o_dialog_splash);
|
|
#endregion |