mirror of
https://github.com/remvze/moodist.git
synced 2026-02-28 00:53:13 +08:00
feat: add countdown timer structure
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user