Restore and reposition alert in settings.html
This commit is contained in:
@@ -203,8 +203,6 @@
|
||||
|
||||
window.settingsAPI.close();
|
||||
});
|
||||
alert("bin da");
|
||||
|
||||
// Cancel / Close: SkyMode zurücksetzen, dann schließen
|
||||
const rollback = async () => {
|
||||
await window.settingsAPI.setSkyMode(initialSky);
|
||||
@@ -212,6 +210,8 @@
|
||||
};
|
||||
cancel.addEventListener('click', rollback);
|
||||
close.addEventListener('click', rollback);
|
||||
alert("bin da");
|
||||
|
||||
|
||||
const container = document.getElementById('ollama-model-selectors');
|
||||
const res = await window.electronAPI.ollamaList();
|
||||
|
||||
Reference in New Issue
Block a user