Add new hotkey functionalitys

This commit is contained in:
kwaroran
2025-03-21 10:28:10 +09:00
parent 46b50c6d56
commit 9fd188f235
5 changed files with 123 additions and 26 deletions

View File

@@ -98,6 +98,11 @@ export const LoadingStatusState = $state({
text: '',
})
export const QuickSettings = $state({
open: false,
index: 0
})
export const disableHighlight = writable(true)
ReloadGUIPointer.subscribe(() => {