fix for issue 432, show ready toggle for room admins, set them always ready, keep the blinking option
authorkoda
Sun, 28 Oct 2012 04:47:30 +0100
changeset 7853 e70c633ed833
parent 7852 d25ffc7271d5
child 7854 0b447175594f
fix for issue #432, show ready toggle for room admins, set them always ready, keep the blinking option
QTfrontend/ui/page/pagenetgame.cpp
--- 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)