Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/renderer/widgets/timer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const widgetType: WidgetType<Settings> = {
name: 'Timer',
minSize: {
w: 1,
h: 2
h: 1
},
description: 'The Timer widget allows you to setup a simple countdown timer that starts with a click and notifies you when time is up.',
createSettingsState,
Expand Down