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