stupid typo fixed

pull/81/head
Hartmut Holzgraefe 2022-12-12 15:58:10 +01:00
rodzic a10c2ffe90
commit 86e842d759
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -522,7 +522,7 @@ class Renderer:
elif overlay.description != '':
annotations['styles'].append(overlay.description)
elif overlay.name != '':
annotations['styles'].append(overlay.dname)
annotations['styles'].append(overlay.name)
if overlay.datasource != '':
if overlay.datasource not in annotations['sources']:
annotations['sources'].append(overlay.datasource)