feat: ajusta rótulo do botão de lote para remover ícone e melhorar legibilidade

This commit is contained in:
2026-02-28 20:40:04 -03:00
parent 121e919bbf
commit d69ce92e32
2 changed files with 86 additions and 74 deletions
+1 -1
View File
@@ -478,7 +478,7 @@ impl eframe::App for App {
egui::TopBottomPanel::top("tab_bar").show(ctx, |ui| {
ui.horizontal(|ui| {
ui.selectable_value(&mut self.active_tab, ActiveTab::Single, "Projeto Único");
ui.selectable_value(&mut self.active_tab, ActiveTab::Batch, "🗂 Lote");
ui.selectable_value(&mut self.active_tab, ActiveTab::Batch, "Lote");
});
});