How to remove default "Home" MenuBarItem text #15395
-
So I have this code in xaml for the main page: and I have this menu bar items: How can I remove the default "Home" text or whatever is that? |
Beta Was this translation helpful? Give feedback.
Answered by
ClaudiuHBann
Jun 1, 2023
Replies: 1 comment
-
It was actually the title of the page which had the default text as "Home" so I needed to overwrite it like Title=""... |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ClaudiuHBann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It was actually the title of the page which had the default text as "Home" so I needed to overwrite it like Title=""...
Sorry :))