mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-04-06 03:58:02 +08:00
Break loop when changing the destination in launch mode.
This commit is contained in:
parent
f14a38e604
commit
8a9dedc1ac
@ -49,7 +49,7 @@ int main(int argc, char **argv) {
|
||||
}
|
||||
|
||||
freeSpace = fsGetFreeSpace(destination);
|
||||
if(mode == DELETE_TITLE) {
|
||||
if(mode == DELETE_TITLE || mode == LAUNCH_TITLE) {
|
||||
breakLoop = true;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user