Skip to content

Commit

Permalink
Replace deprecated id_source usage
Browse files Browse the repository at this point in the history
  • Loading branch information
valadaptive committed Sep 18, 2024
1 parent ec0e257 commit 6206daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/gui/src/app/third_party_licenses_dialog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ impl NtscApp {
ui.separator();
}
egui::CollapsingHeader::new(&license.name)
.id_source(i)
.id_salt(i)
.show(ui, |ui| {
ui.label(&license.text);
});
Expand Down

0 comments on commit 6206daa

Please sign in to comment.