Skip to content

Commit

Permalink
fix: rebase change name of appFlowyDocumentDirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
a-wallen committed Jun 24, 2023
1 parent 8fd3f35 commit 0b46df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/appflowy_flutter/lib/startup/startup.dart
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class FlowyRunner {
.then((value) => Directory(value));

FlowyPluginService.instance.setLocation(
PluginLocationService(fallback: appFlowyDocumentDirectory()),
PluginLocationService(fallback: appFlowyApplicationDataDirectory()),
);

// add task
Expand Down

0 comments on commit 0b46df2

Please sign in to comment.