| 126 | } |
| 127 | |
| 128 | void Application::OpenTipsPage() |
| 129 | { |
| 130 | UWP::OpenUri(wf::Uri(L"https://TranslucentTB.github.io/tips")); |
| 131 | } |
| 132 | |
| 133 | void Application::OpenDiscordServer() |
| 134 | { |
nothing calls this directly
no outgoing calls
no test coverage detected