mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Code cleanup.
This commit is contained in:
@@ -342,7 +342,7 @@ namespace Aaru.Gui.ViewModels.Windows
|
||||
foreach(EntropyResults trackEntropy in _tracksEntropy)
|
||||
TrackEntropy.Add(new TrackEntropyModel
|
||||
{
|
||||
Track = trackEntropy.Track.ToString(),
|
||||
Track = trackEntropy.Track.ToString(),
|
||||
Entropy = trackEntropy.Entropy.ToString(CultureInfo.CurrentUICulture),
|
||||
UniqueSectors =
|
||||
$"{trackEntropy.UniqueSectors} ({(double)(trackEntropy.UniqueSectors ?? 0) / (double)trackEntropy.Sectors:P3})"
|
||||
|
||||
Reference in New Issue
Block a user