Skip to content

Fix save-as button in FullScreenImage view

Alessio Mattiazzi requested to merge alem/neochat:fix_save_as into master

Save-as button in the fullscreenimage view did not work because it could not access the Config object; adding the import statement to access it.

Merge request reports