|
181 | 181 |
|
182 | 182 | (G) To Show book 1 and 2 |
183 | 183 | 1. Right-click on Book 1 or 2 press Show |
| 184 | +
|
| 185 | +(H) To change board color |
| 186 | +1. You should be in Neutral mode. |
| 187 | +2. Board->Color. |
| 188 | +
|
| 189 | +(I) To change board theme |
| 190 | +1. You should be in Neutral mode. |
| 191 | +2. Board->Theme. |
184 | 192 | """ |
185 | 193 |
|
186 | 194 |
|
|
237 | 245 | ['&User', ['Set Name::user_name_k']], |
238 | 246 | ['Tools', ['PGN', ['Delete Player::delete_player_k']]], |
239 | 247 | ['&Settings', ['Game::settings_game_k']], |
240 | | - ['&Help', ['About']], |
| 248 | + ['&Help', ['GUI']], |
241 | 249 | ] |
242 | 250 |
|
243 | 251 | # (2) Mode: Play, info: hide |
|
252 | 260 | 'User Draws::user_draws_k']], |
253 | 261 | ['FEN', ['Paste']], |
254 | 262 | ['&Engine', ['Go', 'Move Now']], |
255 | | - ['&Help', ['About']], |
| 263 | + ['&Help', ['GUI']], |
256 | 264 | ] |
257 | 265 |
|
258 | 266 |
|
@@ -1751,7 +1759,7 @@ def play_game(self, window, engine_id_name, board): |
1751 | 1759 | is_exit_game = True |
1752 | 1760 | break |
1753 | 1761 |
|
1754 | | - if button == 'About': |
| 1762 | + if button == 'GUI': |
1755 | 1763 | sg.PopupScrolled(HELP_MSG, title=BOX_TITLE) |
1756 | 1764 | continue |
1757 | 1765 |
|
@@ -1978,7 +1986,7 @@ def play_game(self, window, engine_id_name, board): |
1978 | 1986 | break |
1979 | 1987 |
|
1980 | 1988 | # Mode: Play, stm: User |
1981 | | - if button == 'About': |
| 1989 | + if button == 'GUI': |
1982 | 1990 | sg.PopupScrolled(HELP_MSG, title=BOX_TITLE,) |
1983 | 1991 | break |
1984 | 1992 |
|
@@ -3531,8 +3539,8 @@ def main_loop(self): |
3531 | 3539 | continue |
3532 | 3540 |
|
3533 | 3541 | # Mode: Neutral |
3534 | | - if button == 'About': |
3535 | | - sg.PopupScrolled(HELP_MSG, title='Help/About') |
| 3542 | + if button == 'GUI': |
| 3543 | + sg.PopupScrolled(HELP_MSG, title='Help/GUI') |
3536 | 3544 | continue |
3537 | 3545 |
|
3538 | 3546 | # Mode: Neutral |
|
0 commit comments