| 36 | } |
| 37 | |
| 38 | void AppConfiguration::SetUsingRemoteEmoji(BOOL usingRemoteEmoji) |
| 39 | { |
| 40 | SetDwordProperty(TEXT("UsingRemoteEmoji"), usingRemoteEmoji); |
| 41 | } |
| 42 | |
| 43 | BOOL AppConfiguration::GetUsingRemoteEmoji() |
| 44 | { |
nothing calls this directly
no outgoing calls
no test coverage detected