feat: adiciona modal para salvar layout com campo de texto e botão na tela de configuração de colunas

This commit is contained in:
FelipeCN
2026-03-03 09:19:23 -03:00
parent b2b91cda55
commit 0f728b9684
2 changed files with 73 additions and 1 deletions
+4
View File
@@ -88,6 +88,10 @@ pub fn renderizar(ui: &mut Ui, ctx: &Context, app: &mut App) {
executar_importacao(app);
}
});
if ui.button("💾 Salvar como layout...").clicked() {
app.exibir_modal_salvar_layout();
}
});
}