You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once the file selector is first opened, It doesn't see any new files and folders. Once Mieru is restarted and file selector opened again, it sees all changes.
something wrong with the Qt folderlist model ?
The text was updated successfully, but these errors were encountered:
The fix in unlikely to be back-ported to Qt 4 and even if it is, some some devices such as the N9 are unlikely to upgrade the Qt version they are shipped with.
Possible solution -> rewriting FolderListModel in Python
* would make Mieru independent on the availability of the standalone FolderListModule
* could be also used to fix the other issue with FolderListModule - that it completely ignores hidden files and folders and this behavior can't be overridden without recompiling Qt
Once the file selector is first opened, It doesn't see any new files and folders. Once Mieru is restarted and file selector opened again, it sees all changes.
The text was updated successfully, but these errors were encountered: