[MM-42098] Remove icon from Windows 10/11 notification (#2032)

This commit is contained in:
Devin Binnie
2022-03-31 16:46:23 -04:00
committed by GitHub
parent 67b150ab3b
commit 7c1fa2c78d
3 changed files with 6 additions and 6 deletions

View File

@@ -71,7 +71,6 @@ export default class SettingsPage extends React.PureComponent<Record<string, nev
startInFullscreenRef: React.RefObject<HTMLInputElement>;
autoCheckForUpdatesRef: React.RefObject<HTMLInputElement>;
saveQueue: SaveQueueItem[];
selectedSpellCheckerLocales: Array<{label: string; value: string}>;