fix for
issue #432, show ready toggle for room admins, set them always ready, keep the blinking option
--- a/QTfrontend/ui/page/pagenetgame.cpp Sun Oct 28 04:31:27 2012 +0100
+++ b/QTfrontend/ui/page/pagenetgame.cpp Sun Oct 28 04:47:30 2012 +0100
@@ -174,10 +174,6 @@
BtnStart->setVisible(isMaster);
BtnUpdate->setVisible(isMaster);
leRoomName->setVisible(isMaster);
-
- //disable the `toggle ready` button, because the start button does the same
- //job when the user is chief
- BtnGo->setVisible(!isMaster);
}
void PageNetGame::setUser(const QString & nickname)