Skip to content

Commit

Permalink
* - Move the saved_notes.json file to a saner location
Browse files Browse the repository at this point in the history
  • Loading branch information
Lains authored Feb 19, 2019
1 parent 306947d commit 468bff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/NoteManager.vala
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

namespace Notejot {
public class NoteManager {
private string app_dir = Environment.get_user_cache_dir () + "/com.github.lainsce.notejot";
private string app_dir = Environment.get_user_data_dir () + "/com.github.lainsce.notejot";
private string file_name;

public NoteManager () {
Expand Down

0 comments on commit 468bff0

Please sign in to comment.