mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-06 22:46:26 +02:00
UI: Allow more freedom changing the Speed value & clamp the visible number to a sane amount of trailing digits
This commit is contained in:
parent
4efe24a3bc
commit
796674d9cf
3 changed files with 5 additions and 4 deletions
|
@ -28,7 +28,7 @@ namespace Ryujinx.Ava.UI.ViewModels.Input
|
|||
[ObservableProperty] private bool _enableLedChanging;
|
||||
[ObservableProperty] private Color _ledColor;
|
||||
|
||||
public string RainbowSpeedText => RainbowSpeed.ToString(CultureInfo.CurrentCulture);
|
||||
public string RainbowSpeedText => RainbowSpeed.ToString(CultureInfo.CurrentCulture).Truncate(4, string.Empty);
|
||||
|
||||
public float RainbowSpeed
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue