FileDialog property sidebarVisible not working for Linux
-
I am using Qt 5.14.2 on Ubuntu 18.04 and working on a Qml application where i need to open File dialog to a specific directory(/media) and also need to hide the sideBar. I am setting the folder using a property - which works right. Setting the sidebarVisible property to false however is not working - i can still see the sidebar with shortcuts and bookmarks in the application. (Using QtQuick.Dialogs 1.2)