rm CONFIG.checkSigs (default always true)
This commit is contained in:
@ -114,6 +114,6 @@ export const DefaultPreferences = {
|
||||
telemetry: true,
|
||||
showBadges: false,
|
||||
showStatus: true,
|
||||
checkSigs: CONFIG.defaultPreferences.checkSigs,
|
||||
checkSigs: true,
|
||||
autoTranslate: true,
|
||||
} as UserPreferences;
|
||||
|
Reference in New Issue
Block a user