mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
Copilot Suggestions
This commit is contained in:
@@ -242,8 +242,6 @@
|
||||
</AutoSuggestBox.ItemTemplate>
|
||||
</AutoSuggestBox>-->
|
||||
|
||||
|
||||
|
||||
<Grid
|
||||
Grid.Row="1"
|
||||
Margin="0,12,0,0"
|
||||
|
||||
@@ -7,8 +7,6 @@ using System.Globalization;
|
||||
using System.IO;
|
||||
using System.IO.Abstractions;
|
||||
using System.Linq;
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
using ManagedCommon;
|
||||
using Microsoft.PowerToys.Settings.UI.Helpers;
|
||||
using Microsoft.PowerToys.Settings.UI.Library;
|
||||
@@ -141,6 +139,8 @@ namespace Microsoft.PowerToys.Settings.UI.Views
|
||||
{
|
||||
SyncButton.IsEnabled = true;
|
||||
SyncLoader.IsActive = false;
|
||||
SyncLoader.Visibility = Visibility.Collapsed;
|
||||
LocationResultPanel.Visibility = Visibility.Collapsed;
|
||||
LatitudeBox.IsEnabled = true;
|
||||
LongitudeBox.IsEnabled = true;
|
||||
System.Diagnostics.Debug.WriteLine("Location error: " + ex.Message);
|
||||
|
||||
Reference in New Issue
Block a user