mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 21:14:23 +00:00
Last commit forgot :
Some checks are pending
Build and Push Docker Image / build-and-push (push) Waiting to run
Some checks are pending
Build and Push Docker Image / build-and-push (push) Waiting to run
This commit is contained in:
parent
bae0d3b8dc
commit
a4a3822a49
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,8 @@ const props = defineProps<{
|
|||
width?: string;
|
||||
height?: string;
|
||||
black?: boolean | false;
|
||||
windowTranslateState: boolean | false;
|
||||
notLoggedInState: boolean | false;
|
||||
}>();
|
||||
|
||||
const emit = defineEmits(["close", "min", "restore", "translate"]);
|
||||
|
@ -117,6 +119,7 @@ const stopDrag = () => {
|
|||
<button
|
||||
@click="emit('translate')"
|
||||
class="p-1 hover:bg-gray-300 dark:hover:bg-gray-600 rounded transition duration-200"
|
||||
v-if="props.windowTranslateState"
|
||||
>
|
||||
<LanguagesIcon />
|
||||
</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue