mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-28 12:04:23 +01:00
don't resume tcp thread when pressing network button
This commit is contained in:
parent
fbeb63b582
commit
7f50b5bda2
Binary file not shown.
Before Width: | Height: | Size: 2.7 MiB |
Binary file not shown.
@ -633,7 +633,6 @@ int MenuMain()
|
||||
if((IsNetworkInit())&&(!IsNetworkHalted()))
|
||||
{
|
||||
network_Btn.SetImage(&network_BtnImgOver);
|
||||
ResumeTcpThread();
|
||||
if(boot_buffer)
|
||||
menu = MENU_EXIT;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user