-
Notifications
You must be signed in to change notification settings - Fork 19
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
NoRecommendedSection with Recommend Section button #105
Comments
Cool idea, here you go! (Copy and paste into advanced mod settings) {
"controlStyles[0].target":"Windows.UI.Xaml.Controls.Grid#ShowMoreSuggestions",
"controlStyles[0].styles[0]":"Transform3D:=<CompositeTransform3D TranslateY=\"-572\" TranslateX=\"-55\" />",
"controlStyles[1].target":"Windows.UI.Xaml.Controls.Grid#SuggestionsParentContainer",
"controlStyles[1].styles[0]":"Visibility=Collapsed",
"controlStyles[2].target":"Windows.UI.Xaml.Controls.Grid#TopLevelSuggestionsListHeader",
"controlStyles[2].styles[0]":"Visibility=Collapsed",
"controlStyles[3].target":"StartMenu.PinnedList",
"controlStyles[3].styles[0]":"Height=504",
"controlStyles[4].target":"Windows.UI.Xaml.Controls.Grid#ShowMoreSuggestions > Windows.UI.Xaml.Controls.Button > Windows.UI.Xaml.Controls.ContentPresenter > Windows.UI.Xaml.Controls.StackPanel > Windows.UI.Xaml.Controls.TextBlock",
"controlStyles[4].styles[0]":"Text=Recommended"
} @m417z Do you think this would warrant its own theme, or is it too similar to NoRecommendedSection? |
@SandTechStuff I think it's too similar, but it can be added as an addition to the readme for manual adjustment. |
I thought that would be the case, an addition to the readme is a better idea. I can PR later if you or bbmaster don’t get to it. |
@SandTechStuff THANK YOU!!! This will help me a lot! Have a great end of the year and happy holidays! |
Happy to help, thank you! |
Hi, I would like to know if it is possible to use advanced styling, and if not, to create a theme similar to NoRecommendedSection but with a difference: next to the "All" button, there would be a button to access the "Recommended" section. I don’t want it to appear in the start menu all the time, but occasionally it’s useful, and I need to access something from it.
The text was updated successfully, but these errors were encountered: