* Close splash screen
()
| 558 | * Close splash screen |
| 559 | */ |
| 560 | function closeSplashScreen() { |
| 561 | if (splashWindow) { |
| 562 | console.log(`[${timestamp()}] Closing splash screen...`); |
| 563 | splashWindow.close(); |
| 564 | splashWindow = null; |
| 565 | } |
| 566 | } |
| 567 | |
| 568 | /** |
| 569 | * Load backend services (Config, ServiceContainer, AI SDK, tokenizer) |
no test coverage detected