diff --git a/src/electron/electron/handler.cljs b/src/electron/electron/handler.cljs index 3ca21e840..673849a7d 100644 --- a/src/electron/electron/handler.cljs +++ b/src/electron/electron/handler.cljs @@ -231,7 +231,8 @@ [] (let [dir (get-db-based-graphs-dir)] (->> (common-graph/read-directories dir) - (map graph-name->path)))) + (map graph-name->path) + (map (fn [s] (str "logseq_db_" s)))))) (defn- get-graphs []