File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1038,7 +1038,7 @@ class MainWindowUI {
10381038 <input type="password" id="geminiApiKey" placeholder="Enter your Gemini API key"
10391039 class="w-full p-2 bg-gray-800 border border-gray-600 rounded text-white">
10401040 <p class="text-xs text-gray-400 mt-1">
1041- Get your API key from: <a href="https://makersuite .google.com/app/apikey" target="_blank" class="text-blue-400">Google AI Studio</a>
1041+ Get your API key from: <a href="https://aistudio .google.com/app/apikey" target="_blank" class="text-blue-400">Google AI Studio</a>
10421042 </p>
10431043 </div>
10441044
@@ -1175,8 +1175,8 @@ class MainWindowUI {
11751175 } ) ;
11761176
11771177 const quitOption = this . createMenuItem ( 'Quit OpenCluely' , 'fa-power-off' , ( ) => {
1178- if ( window . electronAPI ) {
1179- window . electronAPI . quitApp ( ) ;
1178+ if ( window . electronAPI && window . electronAPI . quit ) {
1179+ window . electronAPI . quit ( ) ;
11801180 }
11811181 } ) ;
11821182
You can’t perform that action at this time.
0 commit comments