fix: reregister of hotkey not working

This commit is contained in:
PandaDEV 2025-01-11 00:27:06 +10:00
parent 617c1737b7
commit 416e2f020d
No known key found for this signature in database
GPG key ID: 13EFF9BAF70EE75C
4 changed files with 8 additions and 32 deletions

View file

@ -1,5 +1,4 @@
import { invoke } from "@tauri-apps/api/core";
import type { Settings } from "~/types/types";
export default defineNuxtPlugin(() => {
return {