Skip to content

Commit f674941

Browse files
Tha14zoff99
authored andcommitted
Revert autodownload change
1 parent b3d3477 commit f674941

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Antidote/UserDefaultsManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class UserDefaultsManager {
7474

7575
var autodownloadImages: AutodownloadImages {
7676
get {
77-
let defaultValue = AutodownloadImages.Always
77+
let defaultValue = AutodownloadImages.Never //Easy enough to reach option for users. Reverting change since there is an extremely high risk of people getting in trouble since an attacked can get you in prison by sending you cp.
7878

7979
guard let string = stringForKey(Keys.AutodownloadImages) else {
8080
return defaultValue

0 commit comments

Comments
 (0)