* @brief Checks if a trial can be started. */
| 128 | * @brief Checks if a trial can be started. |
| 129 | */ |
| 130 | bool Licensing::Trial::trialAvailable() const |
| 131 | { |
| 132 | return !LemonSqueezy::instance().isActivated(); |
| 133 | } |
| 134 | |
| 135 | /** |
| 136 | * @brief Gets the number of days remaining in the active trial. |
no test coverage detected