Prettified Code!

This commit is contained in:
daniep01
2023-06-29 12:12:35 +00:00
committed by GitHub Action
parent 31da474061
commit 853a97db81
5 changed files with 135 additions and 134 deletions

View File

@@ -13,8 +13,10 @@ export function updatePresets() {
color: combineRgb(255, 255, 255),
bgcolor: combineRgb(0, 0, 0),
},
steps: [{
down: [{
steps: [
{
down: [
{
actionId: 'startNewTimer',
options: {
description: '',
@@ -38,12 +40,12 @@ export function updatePresets() {
color: combineRgb(255, 255, 255),
bgcolor: combineRgb(0, 0, 0),
},
steps: [{
steps: [
{
down: [
{
actionId: 'stopCurrentTimer',
options: {
},
options: {},
},
],
up: [],
@@ -53,4 +55,4 @@ export function updatePresets() {
}
this.setPresetDefinitions(presets)
}
}