Constructor.
| 91 | // Constructor. |
| 92 | // |
| 93 | SettingsApp::Options::Options() noexcept |
| 94 | : m_UpdateCheck(false) |
| 95 | { |
| 96 | } |
| 97 | |
| 98 | // |
| 99 | // Enables the flag that tells the settings app to check for updates. |
nothing calls this directly
no outgoing calls
no test coverage detected