Disable hiding of frontend for now - seems it might be reasons for frontend shutting down when host quits.
--- a/QTfrontend/hwform.cpp Sat Oct 17 21:01:54 2009 +0000
+++ b/QTfrontend/hwform.cpp Sat Oct 17 23:03:31 2009 +0000
@@ -783,11 +783,11 @@
pRegisterServer->unregister();
pRegisterServer = 0;
}
- setVisible(false);
+ //setVisible(false);
break;
}
case gsFinished: {
- setVisible(true);
+ //setVisible(true);
GoBack();
Music(ui.pageOptions->CBEnableMusic->isChecked());
if (wBackground) wBackground->startAnimation();
@@ -796,7 +796,7 @@
break;
}
default: {
- setVisible(true);
+ //setVisible(true);
quint8 id = ui.Pages->currentIndex();
if (id == ID_PAGE_INGAME) {
GoBack();