mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Store and show statistics for "ls" and "extract-files"
commands.
This commit is contained in:
@@ -103,6 +103,8 @@ namespace DiscImageChef.Server
|
||||
lblCreateSidecar.Text = statistics.Commands.CreateSidecar.ToString();
|
||||
lblDumpMedia.Text = statistics.Commands.DumpMedia.ToString();
|
||||
lblDeviceReport.Text = statistics.Commands.DeviceReport.ToString();
|
||||
lblLs.Text = statistics.Commands.Ls.ToString();
|
||||
lblExtractFiles.Text = statistics.Commands.ExtractFiles.ToString();
|
||||
}
|
||||
else
|
||||
divCommands.Visible = false;
|
||||
|
||||
Reference in New Issue
Block a user