mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-04 11:12:35 +00:00
refactor internal terminology to use 'clear' instead of 'trash' like #2728
This commit is contained in:
@@ -162,7 +162,7 @@ function selected_tab_id() {
|
||||
|
||||
}
|
||||
|
||||
function trash_prompt(_, confirmed,_steps) {
|
||||
function clear_prompt(_, confirmed,_steps) {
|
||||
|
||||
if(confirm("Delete prompt?")) {
|
||||
confirmed = true
|
||||
|
Reference in New Issue
Block a user