From 07b39f40380c7cac295b11957dd3e5dc25a1c5e0 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Fri, 10 Feb 2017 11:21:36 +0100 Subject: [PATCH] Added experimental description to tweakAtZ As UM isn't really supporting the tweakAtZ, this adds a warning that there could be isues with it. --- scripts/TweakAtZ.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/TweakAtZ.py b/scripts/TweakAtZ.py index 921c66b..8e4d1bd 100644 --- a/scripts/TweakAtZ.py +++ b/scripts/TweakAtZ.py @@ -52,7 +52,7 @@ def __init__(self): def getSettingDataString(self): return """{ - "name":"TweakAtZ """ + self.version + """", + "name":"TweakAtZ """ + self.version + """ (Experimental)", "key":"TweakAtZ", "metadata": {}, "version": 2,