fallback color for ignored hint

This commit is contained in:
Timo Bejan 2022-01-11 17:34:28 +02:00
parent 743835ccfe
commit 9f5cb09534

View File

@ -178,7 +178,7 @@ export class AppStateService {
dictionaryData['ignored-hint'] = new Dictionary(
{
hexColor: colors.ignoredHintColor,
hexColor: colors.ignoredHintColor || FALLBACK_COLOR,
type: 'ignored-hint',
},
true,