Fix save-as button in FullScreenImage view

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.
This commit is contained in:
Alessio Mattiazzi
2023-03-02 18:16:08 +00:00
committed by James Graham
parent 072f7cec37
commit 90cad05bae

View File

@@ -8,6 +8,8 @@ import Qt.labs.platform 1.1
import org.kde.kirigami 2.15 as Kirigami
import org.kde.neochat 1.0
QQC2.Popup {
id: root