mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 22:23:29 -07:00
Minor changes
This commit is contained in:
parent
19182216a9
commit
570f1fc4fc
1 changed files with 2 additions and 2 deletions
|
@ -427,9 +427,9 @@ void MainPage::OnNavLoaded(_In_ Object ^ sender, _In_ RoutedEventArgs ^ e)
|
|||
|
||||
void MainPage::OnNavPaneOpening(_In_ MUXC::NavigationView ^ sender, _In_ Object ^ args)
|
||||
{
|
||||
if (!AboutButton)
|
||||
if (!SettingsButton)
|
||||
{
|
||||
this->FindName(L"AboutButton");
|
||||
this->FindName(L"SettingsButton");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue