X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FRules.vue;h=254166127434a8693f604f98cfeff3f4408994bd;hp=82a4a40f3672555519e3231f2f46bdda90f1f7e6;hb=0e16cb26f6380f57f1079ece9bdb654243073bde;hpb=0c3fe8a6c3e02af46e0bc646b40c1a0c420f9dcd diff --git a/client/src/views/Rules.vue b/client/src/views/Rules.vue index 82a4a40f..25416612 100644 --- a/client/src/views/Rules.vue +++ b/client/src/views/Rules.vue @@ -10,7 +10,8 @@ main | Practice button(v-show="gameInProgress" @click="() => stopGame()") | Stop game - button(@click="gotoAnalyze") Analyze + button(v-if="gameInfo.vname!='Dark'" @click="gotoAnalyze") + | {{ st.tr["Analyze"] }} .section-content(v-show="display=='rules'" v-html="content") ComputerGame(v-show="display=='computer'" :game-info="gameInfo" @game-over="stopGame" @game-stopped="gameStopped")