mirror of
https://github.com/Zenithsiz/dcb.git
synced 2026-02-04 00:21:57 +00:00
Removed buttons Export and Import temporarily.
This commit is contained in:
parent
587568458a
commit
d632700b22
@ -98,13 +98,6 @@ impl EditScreen {
|
||||
ui.vertical(|ui| {
|
||||
ui.add_space(ui.min_rect().width());
|
||||
ui.image(id, tim.size().map(|c| c as f32));
|
||||
|
||||
if ui.button("Export").clicked() {
|
||||
todo!();
|
||||
}
|
||||
if ui.button("Import").clicked() {
|
||||
todo!();
|
||||
}
|
||||
});
|
||||
ui.separator();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user