From 2db093618537e371c56923a0d7a9b7ecf2328b41 Mon Sep 17 00:00:00 2001 From: atse Date: Mon, 14 Aug 2023 16:34:46 +0800 Subject: [PATCH] Better tooltip --- pytec/tec_qt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytec/tec_qt.py b/pytec/tec_qt.py index 4d17c1e..9d3bc39 100644 --- a/pytec/tec_qt.py +++ b/pytec/tec_qt.py @@ -60,7 +60,7 @@ THERMOSTAT_PARAMETERS = [[ {'name': 'Run', 'type': 'action', 'tip': 'Run'}, ]}, ]}, - {'name': 'Save to flash', 'type': 'action', 'tip': 'Save config to flash', 'commands': [f'save {ch}']} + {'name': 'Save to flash', 'type': 'action', 'tip': 'Save config to thermostat, applies on reset', 'commands': [f'save {ch}']} ] for ch in range(2)]