From 20475c4649d9a3328a090961a769f17c582d11c8 Mon Sep 17 00:00:00 2001 From: Jordan Tinney Date: Sun, 12 Jul 2026 23:08:04 -0600 Subject: [PATCH] fix: fixed toml syntax and mistype in en.json --- upbeat/plugin.toml | 13 +++++++------ upbeat/translations/en.json | 3 +-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/upbeat/plugin.toml b/upbeat/plugin.toml index 6963ec7..f40a09d 100644 --- a/upbeat/plugin.toml +++ b/upbeat/plugin.toml @@ -4,6 +4,7 @@ version = "1.0.0" min_noctalia = "5.0.0" author = "neuro" license = "MIT" +dependencies = [] icon = "at" deprecated = false description = "A bar widget that displays Swatch Internet (.beat) Time" @@ -16,20 +17,20 @@ entry = "upbeat.luau" [[widget.setting]] key = "show_centibeats" type = "bool" -label = "Display subbeats" +label_key = "Display subbeats" default = true -description = "Toggle subbeat display (.xx)" +description_key = "Toggle subbeat display (.xx)" [[widget.setting]] key = "beat_display" type = "bool" -label = "Display .beats" +label_key = "Display .beats" default = false -description = "Toggle internet time notation (.beats)" +description_key = "Toggle internet time notation (.beats)" [[widget.setting]] key = "time_format_toggle" type = "bool" -label = "Toggle 24Hr time" +label_key = "Toggle 24Hr time" default = false -description = "Display 24 hour time" \ No newline at end of file +description_key = "Display 24 hour time" \ No newline at end of file diff --git a/upbeat/translations/en.json b/upbeat/translations/en.json index 389193c..357c74a 100644 --- a/upbeat/translations/en.json +++ b/upbeat/translations/en.json @@ -1,9 +1,8 @@ { - "title": "Upbeat", "settings": { "show_centibeats": { "label": "Display subbeats", - "description:" "Toggle subbeat display (.xx)" + "description": "Toggle subbeat display (.xx)" }, "beat_display": { "label": "Display .beats",