remove hotkey from tooltip - for #9502

pull/9511/head
Thibault Duplessis 2021-07-31 08:33:06 +02:00
parent 40ee6e46e3
commit c7d39fc2f2
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ export function view(ctrl: AnalyseCtrl): VNode {
ctrlBoolSetting(
{
name: 'enable',
title: (mandatoryCeval ? 'Required by practice mode' : 'Stockfish') + ' (Hotkey: z)',
title: mandatoryCeval ? 'Required by practice mode' : 'Stockfish',
id: 'all',
checked: ctrl.showComputer(),
disabled: mandatoryCeval,