Fix settings typo

This commit is contained in:
Vishesh Handa
2020-05-13 11:26:47 +02:00
parent d8cf323dce
commit 132df379a7

View File

@ -54,7 +54,7 @@ class Settings {
pref.getString("noteFileNameFormat"));
collectUsageStatistics =
pref.getBool("collectCrashReports") ?? collectUsageStatistics;
pref.getBool("collectUsageStatistics") ?? collectUsageStatistics;
collectCrashReports =
pref.getBool("collectCrashReports") ?? collectCrashReports;