1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-11 07:52:50 -05:00

remove ensureDirectory from notepad

This commit is contained in:
bbedward
2025-09-17 10:14:49 -04:00
parent c0edaea716
commit 344761df00

View File

@@ -22,16 +22,6 @@ Singleton {
property int currentTabIndex: 0
property var tabsBeingCreated: ({})
Component.onCompleted: {
ensureDirectoryProcess.running = true
}
Process {
id: ensureDirectoryProcess
command: ["mkdir", "-p", root.filesDir]
onExited: loadMetadata()
}
FileView {
id: metadataFile
path: root.metadataPath