Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I activate the recommendations in the Translucent theme? #141

Open
Ikari115 opened this issue Dec 26, 2024 · 2 comments
Open

How do I activate the recommendations in the Translucent theme? #141

Ikari115 opened this issue Dec 26, 2024 · 2 comments

Comments

@Ikari115
Copy link

The recommendations usually help me to open files quickly, could you help me? it is the first time I install Windhawk, thanks.

@Undisputed00x
Copy link
Contributor

Maybe adding this would help Recommended Button

@vinstartheme
Copy link
Contributor

"controlStyles[3].target": "Grid#ShowMoreSuggestions",
"controlStyles[3].styles[0]": "Visibility=Collapsed",
"controlStyles[4].target": "Grid#SuggestionsParentContainer",
"controlStyles[4].styles[0]": "Visibility=Collapsed",
"controlStyles[5].target": "Grid#TopLevelSuggestionsListHeader",
"controlStyles[5].styles[0]": "Visibility=Collapsed",
"controlStyles[6].target": "StartMenu.PinnedList",
"controlStyles[6].styles[0]": "Height=504",
to
"controlStyles[3].target": "Grid#ShowMoreSuggestions",
"controlStyles[3].styles[0]": "Visibility=Visible",
"controlStyles[4].target": "Grid#SuggestionsParentContainer",
"controlStyles[4].styles[0]": "Visibility=Visible",
"controlStyles[5].target": "Grid#TopLevelSuggestionsListHeader",
"controlStyles[5].styles[0]": "Visibility=Visible",
"controlStyles[6].target": "StartMenu.PinnedList"

Remove the line "controlStyles[6].styles[0]": "Height=504",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants