We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98fa0f9 commit 52bb723Copy full SHA for 52bb723
src/gui/mod.rs
@@ -196,7 +196,7 @@ impl eframe::App for DiskApp {
196
});
197
198
egui::CentralPanel::default().show(ctx, |ui| {
199
- ui.set_enabled(self.processing_disk.is_none());
+ ui.set_enabled(self.processing_disk.is_none() && self.mounting_partition.is_none());
200
201
if self.is_loading_disks {
202
ctx.request_repaint();
0 commit comments