[web] improvement: logging when a desktop entry is created as an autostart file

This commit is contained in:
Vinicius Moreira
2021-11-24 16:07:39 -03:00
parent 530a5019e2
commit 3db8cb11c9

View File

@@ -768,6 +768,8 @@ class WebApplicationManager(SoftwareManager):
with open(pkg.get_autostart_path(), 'w+') as f:
f.write(entry_content)
self.logger.info(f"Autostart file created '{autostart_file}'")
if install_options:
pkg.options_set = install_options