Skip to content

Commit

Permalink
Missing field in state added.
Browse files Browse the repository at this point in the history
Signed-off-by: Neloreck <Neloreck@gmail.com>
  • Loading branch information
Neloreck committed May 13, 2024
1 parent 433e521 commit 4a1f46d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/xrf-app/src/icons_editor/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<ConfigInventorySectionDescriptor>,
}

0 comments on commit 4a1f46d

Please sign in to comment.