Remove annotation for nullable reference
This commit is contained in:
parent
b240865dac
commit
d2571fb5d5
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ namespace Ryujinx.Ava.UI.Windows
|
|||
}
|
||||
|
||||
// Event handler for detecting OS theme change when using "Follow OS theme" option
|
||||
private void OnPlatformColorValuesChanged(object? sender, PlatformColorValues e)
|
||||
private void OnPlatformColorValuesChanged(object sender, PlatformColorValues e)
|
||||
{
|
||||
if (Application.Current is App app)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue