mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 17:56:44 +02:00
[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:
@@ -79,6 +79,8 @@ namespace Microsoft.PowerToys.Settings.UI.Library
|
||||
}
|
||||
}
|
||||
|
||||
public bool GetDisposedState() => disposedValue;
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
Dispose(disposing: true);
|
||||
|
||||
Reference in New Issue
Block a user