Add logging and UI enhancements for list devices command

This commit is contained in:
2025-08-17 03:51:30 +01:00
parent 9133daedbe
commit 26d8ba1877
3 changed files with 37 additions and 12 deletions

View File

@@ -6069,5 +6069,11 @@ namespace Aaru.Localization {
return ResourceManager.GetString("Database_statistics_command", resourceCulture);
}
}
public static string List_devices_command {
get {
return ResourceManager.GetString("List_devices_command", resourceCulture);
}
}
}
}

View File

@@ -3111,4 +3111,7 @@ Do you want to continue?</value>
<data name="Database_statistics_command" xml:space="preserve">
<value>Database statistics:</value>
</data>
<data name="List_devices_command" xml:space="preserve">
<value>List devices</value>
</data>
</root>