Patch level : 12.0 1238
Files correlati : ba1.exe ba7.exe ba7100a.msk cg0.exe ve0.exe ve2.exe Commento: Il postino diventa trasferimenti. aggiunto il profilo e un parametro per caricarlo (-p<nome profilo>) Cambiato il parametro istanze multiple da -f a -m Cambiato il parametro full screen da -v a -f
This commit is contained in:
parent
92a1e8b26f
commit
a92d6ccecb
@ -1800,7 +1800,7 @@ bool TMailer::create()
|
|||||||
{
|
{
|
||||||
TString arg1 = main_app().argv(2);
|
TString arg1 = main_app().argv(2);
|
||||||
TString arg2 = main_app().argv(3);
|
TString arg2 = main_app().argv(3);
|
||||||
TString arg3 = main_app().argv(4);
|
TString arg3 = argc() > 2 ? main_app().argv(4) : "";
|
||||||
|
|
||||||
bool multiple_instances = arg1.starts_with("-m") || arg2.starts_with("-m") || arg3.starts_with("-m") ;
|
bool multiple_instances = arg1.starts_with("-m") || arg2.starts_with("-m") || arg3.starts_with("-m") ;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user