mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 17:56:44 +02:00
[MWB]Improve UX for Uninstall service when it's inaccessible (#26525)
This commit is contained in:
@@ -91,6 +91,7 @@ namespace Microsoft.PowerToys.Settings.UI.ViewModels
|
||||
{
|
||||
Settings.Properties.UseService = value;
|
||||
OnPropertyChanged(nameof(UseService));
|
||||
OnPropertyChanged(nameof(CanUninstallService));
|
||||
|
||||
// Must block here until the process exits
|
||||
Task.Run(async () =>
|
||||
|
||||
Reference in New Issue
Block a user