NSM: Reactivate GUI if server becomes available again.
This commit is contained in:
parent
6a8a2d6e38
commit
f137629b93
|
@ -883,6 +883,11 @@ public:
|
||||||
fl_alert( "Server is not responding..." );
|
fl_alert( "Server is not responding..." );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
if ( !active() )
|
||||||
|
activate();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue