Using Priiloader 0.10.0 RC3, when you on the "Settings" menu, on the option "Return to" when you select the new item "Installed file", the alignment is off:
Is only Aesthetic and do not affect functionalism.
Seems to be the line 955 on the file \src\priiloader\source\main.cpp:
case RETURNTO_FILE:
PrintFormat( cur_off==1, 0, 128, " Return to: Installed file ");
And should be:
case RETURNTO_FILE:
PrintFormat( cur_off==1, 0, 128, " Return to: Installed file ");
Using Priiloader 0.10.0 RC3, when you on the "Settings" menu, on the option "Return to" when you select the new item "Installed file", the alignment is off:
Is only Aesthetic and do not affect functionalism.
Seems to be the line 955 on the file \src\priiloader\source\main.cpp:
And should be:
Hard to show the 6 spaces before the "Installed"