mirror of
https://github.com/rvtr/TDT.git
synced 2025-10-31 13:51:07 -04:00
Say that keeping real tickets is recommended
This commit is contained in:
parent
af3408a8aa
commit
c9267de164
@ -766,7 +766,7 @@ bool install(char* fpath, bool systemTitle)
|
|||||||
//actual tik path
|
//actual tik path
|
||||||
siprintf(ticketPath, "%s/%08lx.tik", ticketPath, h->tid_low);
|
siprintf(ticketPath, "%s/%08lx.tik", ticketPath, h->tid_low);
|
||||||
|
|
||||||
if (access(ticketPath, F_OK) != 0 || choicePrint("Ticket already exists.\nKeep it?") == NO)
|
if (access(ticketPath, F_OK) != 0 || (choicePrint("Ticket already exists.\nKeep it? (recommended)") == NO && choicePrint("Are you sure?") == YES))
|
||||||
_createTicket(h, ticketPath);
|
_createTicket(h, ticketPath);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user