From 4a1f46d92f549f287f1290c924773e79d47ac2da Mon Sep 17 00:00:00 2001 From: Neloreck Date: Mon, 13 May 2024 20:57:36 +0300 Subject: [PATCH] Missing field in state added. Signed-off-by: Neloreck --- bin/xrf-app/src/icons_editor/state.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/xrf-app/src/icons_editor/state.rs b/bin/xrf-app/src/icons_editor/state.rs index 4ad75b9..af89838 100644 --- a/bin/xrf-app/src/icons_editor/state.rs +++ b/bin/xrf-app/src/icons_editor/state.rs @@ -16,5 +16,6 @@ pub struct IconsEditorState { pub struct IconsEditorEquipmentResponse { pub path: String, pub name: String, + pub system_ltx_path: String, pub equipment_descriptors: Vec, }