mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-13 00:02:41 +10:00
feat: quit button
This commit is contained in:
9
pages/quit.vue
Normal file
9
pages/quit.vue
Normal file
@ -0,0 +1,9 @@
|
||||
<!-- This is perhaps one of the most complicated pages in this app -->
|
||||
|
||||
<script setup lang="ts">
|
||||
import { invoke } from "@tauri-apps/api/core";
|
||||
|
||||
await invoke("quit");
|
||||
</script>
|
||||
|
||||
<template></template>
|
||||
Reference in New Issue
Block a user