mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-06 02:30:30 -08:00
Remove old code roll random artists
Removed context menu entry that used to be for rolling artists from the now removed artists.csv.
It was probably meant to be removed at commit 6d805b6.
This commit is contained in:
parent
22bcc7be42
commit
33365f15bf
1 changed files with 0 additions and 8 deletions
|
|
@ -161,14 +161,6 @@ addContextMenuEventListener = initResponse[2];
|
|||
appendContextMenuOption('#img2img_interrupt','Cancel generate forever',cancelGenerateForever)
|
||||
appendContextMenuOption('#img2img_generate', 'Cancel generate forever',cancelGenerateForever)
|
||||
|
||||
appendContextMenuOption('#roll','Roll three',
|
||||
function(){
|
||||
let rollbutton = get_uiCurrentTabContent().querySelector('#roll');
|
||||
setTimeout(function(){rollbutton.click()},100)
|
||||
setTimeout(function(){rollbutton.click()},200)
|
||||
setTimeout(function(){rollbutton.click()},300)
|
||||
}
|
||||
)
|
||||
})();
|
||||
//End example Context Menu Items
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue