Delete
Application
fun DeleteApplication(show: MutableState<Boolean>, application: AmetistaApplication, viewModel: ApplicationViewModel, onDelete: () -> Unit)
The EquinoxAlertDialog to warn the user about the application deletion
Parameters
show
whether the layout is visible or not
application
The application to delete
viewModel
The viewmodel related to the com.tecknobit.ametista.ui.screens.application.presenter.ApplicationScreen
onDelete
The action to execute when the application has been deleted