change tts dictionary icon

This commit is contained in:
xiaoyifang 2022-04-22 00:24:50 +08:00
parent 4efbf6f166
commit f6b3ba4ed7

View file

@ -122,7 +122,7 @@ void VoiceEnginesDictionary::loadIcon() throw()
loadIconFromFile( fInfo.absoluteFilePath(), true ); loadIconFromFile( fInfo.absoluteFilePath(), true );
} }
if ( dictionaryIcon.isNull() ) if ( dictionaryIcon.isNull() )
dictionaryIcon = dictionaryNativeIcon = QIcon( ":/icons/playsound_full.png" ); dictionaryIcon = dictionaryNativeIcon = QIcon( ":/icons/text2speech.svg" );
dictionaryIconLoaded = true; dictionaryIconLoaded = true;
} }