Disable highlighting new apps in OpenShell

This commit is contained in:
2Shirt 2023-07-03 20:31:46 -07:00
parent 895d8d2f0a
commit f8fc38a78b
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -117,6 +117,7 @@ REG_OPEN_SHELL_SETTINGS = {
('ShowedStyle2', 1, 'DWORD'),
),
r'Software\OpenShell\StartMenu\Settings': (
('HighlightNew', 0, 'DWORD'),
('MenuStyle', 'Win7', 'SZ'),
('RecentPrograms', 'Recent', 'SZ'),
('SkinW7', 'Fluent-Metro', 'SZ'),