fallback color for ignored hint
This commit is contained in:
parent
743835ccfe
commit
9f5cb09534
@ -178,7 +178,7 @@ export class AppStateService {
|
||||
|
||||
dictionaryData['ignored-hint'] = new Dictionary(
|
||||
{
|
||||
hexColor: colors.ignoredHintColor,
|
||||
hexColor: colors.ignoredHintColor || FALLBACK_COLOR,
|
||||
type: 'ignored-hint',
|
||||
},
|
||||
true,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user