From 5b5153fcf88dcef3a265f98af2d27ea87476f14a Mon Sep 17 00:00:00 2001 From: Roy Sullivan Date: Mon, 13 Jul 2026 09:26:41 -0600 Subject: [PATCH] fix: appropriate key values provided --- upbeat/plugin.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/upbeat/plugin.toml b/upbeat/plugin.toml index f40a09d..cc9d7b0 100644 --- a/upbeat/plugin.toml +++ b/upbeat/plugin.toml @@ -17,20 +17,20 @@ entry = "upbeat.luau" [[widget.setting]] key = "show_centibeats" type = "bool" -label_key = "Display subbeats" +label_key = "settings.show_centibeats.label" default = true -description_key = "Toggle subbeat display (.xx)" +description_key = "settings.show_centibeats.description" [[widget.setting]] key = "beat_display" type = "bool" -label_key = "Display .beats" +label_key = "settings.beat_display.label" default = false -description_key = "Toggle internet time notation (.beats)" +description_key = "settings.beat_display.description" [[widget.setting]] key = "time_format_toggle" type = "bool" -label_key = "Toggle 24Hr time" +label_key = "settings.time_format_toggle.label" default = false -description_key = "Display 24 hour time" \ No newline at end of file +description_key = "settings.time_format_toggle.description" \ No newline at end of file