()
| 36 | } |
| 37 | |
| 38 | export const getAdsEnabled = (): boolean => { |
| 39 | if (IS_FREEBUFF) return true |
| 40 | |
| 41 | // Codebuff LITE is a paid mode now, so use the normal saved setting. |
| 42 | const settings = loadSettings() |
| 43 | return settings.adsEnabled ?? false |
| 44 | } |
no test coverage detected