mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-24 00:42:59 +10:00
auth initiate, database and more
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<template>
|
||||
<div
|
||||
@mousedown="() => window.startDragging()"
|
||||
class="cursor-pointer flex flex-row items-center justify-between bg-zinc-950 px-3 py-2"
|
||||
>
|
||||
<div>
|
||||
<Wordmark />
|
||||
</div>
|
||||
<WindowControl />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { getCurrentWindow } from "@tauri-apps/api/window";
|
||||
|
||||
const window = getCurrentWindow();
|
||||
</script>
|
||||
Reference in New Issue
Block a user