| 48 | |
| 49 | public: |
| 50 | Application(HINSTANCE hInst, std::optional<std::filesystem::path> storageFolder) : Application(hInst, std::move(storageFolder), false) { } |
| 51 | |
| 52 | static void OpenDonationPage(); |
| 53 | static void OpenTipsPage(); |
nothing calls this directly
no outgoing calls
no test coverage detected