[GUI] Redesign and reorganize ViewSector window.

This commit is contained in:
2025-10-27 02:42:33 +00:00
parent 94745b8c67
commit caa263199d
4 changed files with 35 additions and 13 deletions

View File

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