feat: add break threshold to settings UI with inline button and callback

This commit is contained in:
2026-06-24 20:58:18 +03:30
parent c9dd076235
commit e399c3ee88
2 changed files with 38 additions and 4 deletions

View File

@@ -236,6 +236,8 @@ func (h *Handler) HandleCallback(ctx context.Context, cb *models.CallbackQuery)
h.handleActionCallback(ctx, chatID, msgID, cb.ID, h.toggleReport)
case "reporttime":
h.reportTimeCallback(ctx, chatID, msgID, cb.ID)
case "breakthreshold":
h.breakThresholdCallback(ctx, chatID, msgID, cb.ID)
case "back_menu":
h.backToMenu(ctx, chatID, msgID, cb.ID)
case "back_settings":