Skip to content

Commit

Permalink
[Automated] Sync v.next with main (#1506)
Browse files Browse the repository at this point in the history
Co-authored-by: William Bohrmann <[email protected]>
Co-authored-by: Hamish Duff <[email protected]>
  • Loading branch information
3 people authored Aug 1, 2024
1 parent 6ee4979 commit aaf06ac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/MAUI/Maui.Samples/Views/SettingsPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
using ArcGIS.Samples.Managers;
using ArcGIS.Samples.Shared.Models;
using Esri.ArcGISRuntime;
using ArcGIS.Samples.Shared.Managers;
using Microsoft.Maui.ApplicationModel;
using System.Diagnostics;
using System.Reflection;
Expand Down Expand Up @@ -107,6 +108,11 @@ private void Initialize()
#else
Title = "About";
#endif

if (ApiKeyManager.DisableApiKeyUI)
{
ToolbarItems.Remove(ApiKeyButton);
}
}

private async void HyperlinkClicked(object sender, WebNavigatingEventArgs e)
Expand Down

0 comments on commit aaf06ac

Please sign in to comment.