mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-10 12:34:06 +01:00
7 lines
180 B
Plaintext
7 lines
180 B
Plaintext
/// @description init
|
|
#region prefload
|
|
__migration_check();
|
|
|
|
if(!file_exists_empty(PROGRAM_ARGUMENTS._path) && PREFERENCES.show_splash)
|
|
dialogCall(o_dialog_splash);
|
|
#endregion |