[Settings] Shortcut edit dialog: Fix bugs (#25060)

* custom error badge

* fix theme bug

* fix focus bug (#25051)

* use Infobar control

* add comments
This commit is contained in:
Heiko
2023-03-29 12:02:41 +02:00
committed by GitHub
parent b2b7dc3ccf
commit 13791aa932
4 changed files with 31 additions and 33 deletions

View File

@@ -79,6 +79,8 @@ namespace Microsoft.PowerToys.Settings.UI.Library
}
}
public bool GetDisposedState() => disposedValue;
public void Dispose()
{
Dispose(disposing: true);