fix typo in mac preference recording code

This commit is contained in:
2025-02-06 12:05:08 -06:00
committed by Celtic Minstrel
parent 3a5cc4ead4
commit 1d25b447e7

View File

@@ -35,7 +35,7 @@ NSDictionary* prefsToRecord = @{
@"ReceivedHelp": @(kIArray),
@"RepeatRoomDescriptions": @(kBool),
@"ShowInstantHelp": @(kBool),
@"ShowStartupFlash": @(kBool),
@"ShowStartupSplash": @(kBool),
@"UIScale": @(kFloat),
@"UIScaleMap": @(kFloat)
};