mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-22 05:34:04 +02:00
feat: add new color variable for red and update SQL query in history management to include additional fields
This commit is contained in:
parent
ddd92a70e2
commit
be1718d9a5
3 changed files with 8 additions and 2 deletions
|
@ -81,7 +81,7 @@ import { KeyValues, KeyLabels } from "../types/keys";
|
|||
import { disable, enable } from "@tauri-apps/plugin-autostart";
|
||||
import { useNuxtApp } from "#app";
|
||||
import BottomBar from "../components/BottomBar.vue";
|
||||
import IconsEnter from "~/components/Icons/Enter.vue";
|
||||
import IconsEnter from "~/components/Keys/Enter.vue";
|
||||
|
||||
const activeModifiers = reactive<Set<KeyValues>>(new Set());
|
||||
const isKeybindInputFocused = ref(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue