diff --git a/Services/NotepadStorageService.qml b/Services/NotepadStorageService.qml index bdf581b2..85e8a0ab 100644 --- a/Services/NotepadStorageService.qml +++ b/Services/NotepadStorageService.qml @@ -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