File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
electron_app/src/components Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 11<template >
22 <div class =" animatable_content_box " >
33 <div class =" content_toolbox" style =" margin-bottom : -13px ; " >
4-
54
6-
7- <div v-if =" inp_img && stable_diffusion.is_input_avail" class =" l_button" style =" float :right " @click =" clear" > Clear</div >
5+ <div v-if =" inp_img && stable_diffusion.is_input_avail" class =" l_button" style =" float :right " @click =" clear" > Reset</div >
86 <div v-if =" undo_history.length > 0 && stable_diffusion.is_input_avail" class =" l_button" style =" float :right " @click =" do_undo" > Undo</div >
97 <div v-if =" inp_img " class =" l_button" style =" float :right " @click =" save_img" > Save Image</div >
108 <div v-if =" retry_params && stable_diffusion.is_input_avail" class =" l_button" style =" float :right " @click =" generate(true)" > Retry</div >
You can’t perform that action at this time.
0 commit comments