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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user