()
| 16 | } |
| 17 | |
| 18 | export function initAnalytics(): void { |
| 19 | // Service is initialized lazily; no-op here unless we want eager validation. |
| 20 | if (!APTABASE_APP_KEY) return |
| 21 | getService() |
| 22 | } |
| 23 | |
| 24 | export function registerAnalyticsHandlers(): void { |
| 25 | ipcMain.handle('analytics:getEnabled', () => { |