mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-22 22:52:55 +00:00
Revert some changes for testing
This commit is contained in:
@@ -29,20 +29,7 @@ namespace Ryujinx.Ava.UI.ViewModels.Input
|
||||
[ObservableProperty]
|
||||
public partial Color LedColor { get; set; }
|
||||
|
||||
public string RainbowSpeedText
|
||||
{
|
||||
get
|
||||
{
|
||||
if (RainbowSpeed == 10)
|
||||
{
|
||||
return RainbowSpeed.ToString("F1", CultureInfo.CurrentCulture);
|
||||
}
|
||||
else
|
||||
{
|
||||
return RainbowSpeed.ToString("F2", CultureInfo.CurrentCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
public string RainbowSpeedText => RainbowSpeed.ToString("F2", CultureInfo.CurrentCulture);
|
||||
|
||||
public float RainbowSpeed
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user