mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Implemented "list-devices" command for Linux.
This commit is contained in:
@@ -105,6 +105,7 @@ namespace DiscImageChef.Server
|
||||
lblDeviceReport.Text = statistics.Commands.DeviceReport.ToString();
|
||||
lblLs.Text = statistics.Commands.Ls.ToString();
|
||||
lblExtractFiles.Text = statistics.Commands.ExtractFiles.ToString();
|
||||
lblListDevices.Text = statistics.Commands.ListDevices.ToString();
|
||||
}
|
||||
else
|
||||
divCommands.Visible = false;
|
||||
|
||||
Reference in New Issue
Block a user