mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-02-21 13:00:30 +01:00
misc: chore: fix warning [ci skip]
This commit is contained in:
parent
501b199e24
commit
ba0cd13cff
@ -80,7 +80,7 @@ namespace Ryujinx.Ava.Utilities.AppLibrary
|
||||
|
||||
public string LocalizedStatusTooltip =>
|
||||
Compatibility.Convert(x =>
|
||||
#pragma warning disable CS8509 It is exhaustive for all possible values this can contain.
|
||||
#pragma warning disable CS8509 // It is exhaustive for all possible values this can contain.
|
||||
LocaleManager.Instance[x.Status switch
|
||||
#pragma warning restore CS8509
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user