extension

This commit is contained in:
Felix Pankratz 2022-09-21 17:50:34 +02:00
parent 10fa92828b
commit fbda1dc18e

View File

@ -8,7 +8,7 @@ App(
"gui", "gui",
], ],
stack_size=2 * 1024, stack_size=2 * 1024,
fap_icon="caesar_cipher_icon", fap_icon="caesar_cipher_icon.png",
fap_category="Misc", fap_category="Misc",
order=20, order=20,
) )