1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-13 00:42:49 -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 int currentTabIndex: 0
property var tabsBeingCreated: ({}) property var tabsBeingCreated: ({})
Component.onCompleted: {
ensureDirectoryProcess.running = true
}
Process {
id: ensureDirectoryProcess
command: ["mkdir", "-p", root.filesDir]
onExited: loadMetadata()
}
FileView { FileView {
id: metadataFile id: metadataFile
path: root.metadataPath path: root.metadataPath