From 0dcaade1b99d0c1a117b6aaa979c4a932507c5a6 Mon Sep 17 00:00:00 2001 From: svatantrya Date: Sun, 10 May 2026 11:26:03 -0400 Subject: [PATCH] locktime,checkalive --- qt.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/qt.py b/qt.py index cfb1129..55323b5 100644 --- a/qt.py +++ b/qt.py @@ -1640,7 +1640,8 @@ class ThresholdTimeWidget(BalTimeEditWidget): "If you fail to invalidate during this time, your transactions will be delivered to your heirs.\n\n" f"{BalTimeEditWidget.help_text}" ) - label_text = "🚨" + #label_text = "🚨" + label_text = "Check Alive" base_field = "threshold" def __init__(self, bal_window, parent, init_value=None): @@ -1658,7 +1659,8 @@ class LockTimeWidget(BalTimeEditWidget): "Any time is needed transaction will be anticipated by 1day\n" f"{BalTimeEditWidget.help_text}" ) - label_text = "🚛" + #label_text = "🚛" + label_text = "Locktime" base_field = "locktime" def __init__(self, bal_window, parent, init_value=None):