| 29 | } |
| 30 | |
| 31 | BOOL AppConfiguration::GetAsyncLoading() |
| 32 | { |
| 33 | DWORD value = 1; |
| 34 | GetDwordProperty(TEXT("AsyncLoading"), value); |
| 35 | return (value != 0) ? TRUE : FALSE; |
| 36 | } |
| 37 | |
| 38 | void AppConfiguration::SetUsingRemoteEmoji(BOOL usingRemoteEmoji) |
| 39 | { |
nothing calls this directly
no outgoing calls
no test coverage detected