Skip to content

Commit dcba089

Browse files
committed
small fix
1 parent a4a8659 commit dcba089

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

electron_app/src/components_bare/ApplicationFrame.vue

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,15 @@
3636
<slot name="txt2img"></slot>
3737
</div>
3838

39+
<div style="display:none" :class="{ bl_display : selected_tab === 'img2img' }" >
40+
<slot name="img2img"></slot>
41+
</div>
42+
3943
<div v-if="selected_tab === 'history' " style="display:none" :class="{ bl_display : selected_tab === 'history' }" >
4044
<slot name="history"></slot>
4145
</div>
4246

43-
<div style="display:none" :class="{ bl_display : selected_tab === 'img2img' }" >
44-
<slot name="img2img"></slot>
45-
</div>
47+
4648

4749
<div style="display:none" :class="{ bl_display : selected_tab === 'upscale_img' }" >
4850
<slot name="upscale_img"></slot>

0 commit comments

Comments
 (0)