feat: bring back all tools

This commit is contained in:
MAZE
2024-08-31 19:05:12 +03:30
parent 07f37ef17f
commit e1de5c48b2
50 changed files with 1700 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ export function SleepTimer({ open }: SleepTimerProps) {
active={active}
icon={<IoMoonSharp />}
label="Sleep Timer"
shortcut="Shift + T"
shortcut="Shift + Alt + T"
onClick={open}
/>
);