diff --git a/ScreenPlay/qml/Create/CreateWallpaper.qml b/ScreenPlay/qml/Create/CreateWallpaper.qml index 807b7139..7a15f95b 100644 --- a/ScreenPlay/qml/Create/CreateWallpaper.qml +++ b/ScreenPlay/qml/Create/CreateWallpaper.qml @@ -85,7 +85,6 @@ Item { FileDialog { id: fileDialogOpenFile - nameFilters: ["Video files (*.mp4)"] onAccepted: { videoFileSelected(fileDialogOpenFile.currentFile) }