[GUI] Add device view.

This commit is contained in:
2025-11-19 15:15:58 +00:00
parent 7bee2d7473
commit c67197f977
8 changed files with 375 additions and 21 deletions

View File

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