Skip to content

Commit

Permalink
Default location for local snips is ~/Documents/snips
Browse files Browse the repository at this point in the history
  • Loading branch information
yury committed Jul 31, 2023
1 parent 9e4ea95 commit 98f0d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BlinkConfig/BlinkPaths.m
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ + (NSURL *)historyURL

+ (NSURL *)localSnippetsLocationURL
{
return [NSURL fileURLWithPath:[[self blink] stringByAppendingPathComponent:@"snips"]];
return [NSURL fileURLWithPath:[[self documentsPath] stringByAppendingPathComponent:@"snips"]];
}

+ (NSURL *)iCloudSnippetsLocationURL {
Expand Down

0 comments on commit 98f0d4a

Please sign in to comment.