1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

filebrowser: fix auto closing from ddash

This commit is contained in:
bbedward
2025-11-19 08:32:40 -05:00
parent dfdaa82245
commit cc054b27de

View File

@@ -13,6 +13,8 @@ DankModal {
layerNamespace: "dms:file-browser" layerNamespace: "dms:file-browser"
keepPopoutsOpen: true
property string homeDir: StandardPaths.writableLocation(StandardPaths.HomeLocation) property string homeDir: StandardPaths.writableLocation(StandardPaths.HomeLocation)
property string docsDir: StandardPaths.writableLocation(StandardPaths.DocumentsLocation) property string docsDir: StandardPaths.writableLocation(StandardPaths.DocumentsLocation)
property string musicDir: StandardPaths.writableLocation(StandardPaths.MusicLocation) property string musicDir: StandardPaths.writableLocation(StandardPaths.MusicLocation)