How do I remove the Hot Reload Menu from the main screen of my application #20740
Answered
by
HowardPWeiss
HowardPWeiss
asked this question in
Q&A
-
Running the latest Uno.Platform, I see a Hot reload Menu on the screen when I run my application |
Beta Was this translation helpful? Give feedback.
Answered by
HowardPWeiss
Jun 7, 2025
Replies: 1 comment
-
Found it App.xaml.cs Change MainWindow.UseStudio(); to MainWindow.UseStudio(showHotReloadIndicator: false); |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
morning4coffe-dev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found it
App.xaml.cs
Change MainWindow.UseStudio(); to MainWindow.UseStudio(showHotReloadIndicator: false);