mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-03-15 04:14:47 +00:00
misc: chore: fix warning [ci skip]
This commit is contained in:
parent
501b199e24
commit
ba0cd13cff
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue