disabled button on running

This commit is contained in:
sanjayk03-dev
2024-01-09 23:22:11 +05:30
parent dacfd16184
commit cffbcb524f
5 changed files with 26 additions and 11 deletions

View File

@@ -43,7 +43,7 @@ class Config(object):
self.values = {}
try:
self.version = "1.4.0 Alpha 1"
self.version = "1.4.0"
# Load config template
with open(get_resource('http/config-template.json'), 'r',