mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 02:07:39 +08:00
Fix settings typo
This commit is contained in:
@ -54,7 +54,7 @@ class Settings {
|
||||
pref.getString("noteFileNameFormat"));
|
||||
|
||||
collectUsageStatistics =
|
||||
pref.getBool("collectCrashReports") ?? collectUsageStatistics;
|
||||
pref.getBool("collectUsageStatistics") ?? collectUsageStatistics;
|
||||
collectCrashReports =
|
||||
pref.getBool("collectCrashReports") ?? collectCrashReports;
|
||||
|
||||
|
Reference in New Issue
Block a user