mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-10 10:18:23 +00:00
Add close button in share modal.
This commit is contained in:
parent
629303411c
commit
0afe3953a5
@ -1,6 +1,9 @@
|
|||||||
<template>
|
<template>
|
||||||
<ModalComponent>
|
<ModalComponent>
|
||||||
|
<div class="flex">
|
||||||
<h2 v-t="'actions.share'" />
|
<h2 v-t="'actions.share'" />
|
||||||
|
<button class="ml-3" @click="$emit('close')"><font-awesome-icon icon="xmark" /></button>
|
||||||
|
</div>
|
||||||
<div class="flex justify-between mt-4">
|
<div class="flex justify-between mt-4">
|
||||||
<label v-t="'actions.with_timecode'" for="withTimeCode" />
|
<label v-t="'actions.with_timecode'" for="withTimeCode" />
|
||||||
<input id="withTimeCode" type="checkbox" v-model="withTimeCode" />
|
<input id="withTimeCode" type="checkbox" v-model="withTimeCode" />
|
||||||
|
Loading…
Reference in New Issue
Block a user