-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Feature: Removed toolbar from homepage #16589
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
Conversation
|
ShowToolbar is completely different setting here. I don't think this works when you switch between tabs. |
This is correct |
It worked when I tried it |
|
This will cause the toolbar to show even if the user turned it off from settings. |
|
@Lamparter you can do this by modifying the toolbar visibility in Visibility="{x:Bind converters:MultiBooleanConverter.AndConvertToVisibility(SidebarAdaptiveViewModel.PaneHolder.ActivePaneOrColumn.InstanceViewModel.IsPageTypeNotHome, ViewModel.ShowToolbar), Mode=OneWay}" /> |
which did not exist prior to this
|
Looking good! Can you please remove the header from the toolbar control now that it's no longer used? |
|
What do you mean? |
|
In |
yaira2
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Resolved / Related Issues
Steps used to test these changes