From f6b3ba4ed7786a9d2b4e40ef964b66ee6a8473be Mon Sep 17 00:00:00 2001 From: xiaoyifang Date: Fri, 22 Apr 2022 00:24:50 +0800 Subject: [PATCH] change tts dictionary icon --- voiceengines.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voiceengines.cc b/voiceengines.cc index 6367a177..0582dd36 100644 --- a/voiceengines.cc +++ b/voiceengines.cc @@ -122,7 +122,7 @@ void VoiceEnginesDictionary::loadIcon() throw() loadIconFromFile( fInfo.absoluteFilePath(), true ); } if ( dictionaryIcon.isNull() ) - dictionaryIcon = dictionaryNativeIcon = QIcon( ":/icons/playsound_full.png" ); + dictionaryIcon = dictionaryNativeIcon = QIcon( ":/icons/text2speech.svg" ); dictionaryIconLoaded = true; }