Shortcuts for Stopwatch, closes #368

This commit is contained in:
Alexander Drozdov
2022-05-04 20:04:01 +03:00
parent fef9aab468
commit c605cd8c4d
7 changed files with 122 additions and 16 deletions

View File

@@ -57,6 +57,8 @@ export interface ItemCheckWidget extends Widget {
export interface StopwatchWidget extends Widget {
anchor: Anchor
toggleKey: string | null
resetKey: string | null
}
export interface StashSearchWidget extends Widget {