Fix: IPC button not working

This commit is contained in:
MasterAcnolo
2026-04-12 11:22:31 +02:00
parent 60137a15dc
commit 5aebc78d44
2 changed files with 24 additions and 24 deletions

View File

@@ -36,7 +36,12 @@ async function loadSettings() {
// Open The JSON
document.getElementById("open-json-btn").addEventListener("click", () => {
window.topbarAPI.openConfig(); // ton IPC existant
window.topbarAPI.openConfig();
});
// Open Theme Folder
document.getElementById("open-theme").addEventListener("click", () => {
window.topbarAPI.openTheme();
});
// Refresh Themes