diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index afea7d0..411d571 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -5,8 +5,7 @@
-
-
+
@@ -80,7 +79,7 @@
"RunOnceActivity.ShowReadmeOnStart": "true",
"RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager": "true",
"RunOnceActivity.git.unshallow": "true",
- "git-widget-placeholder": "main",
+ "git-widget-placeholder": "dev",
"last_opened_file_path": "C:/Users/jxgm/Desktop/translate/docutranslate",
"list.type.of.created.stylesheet": "CSS",
"node.js.detected.package.eslint": "true",
@@ -636,7 +635,7 @@
-
+
diff --git a/docutranslate/static/index.html b/docutranslate/static/index.html
index 665d64f..68afb16 100644
--- a/docutranslate/static/index.html
+++ b/docutranslate/static/index.html
@@ -18,7 +18,7 @@
}
summary {
- border-bottom: 1px dashed #ccc;
+ border-bottom: 1px dashed #ccc;
padding-bottom: 0.5rem;
}
@@ -564,6 +564,7 @@
}
loadSettings();
+ startPolling();
platformSelect.addEventListener('change', updatePlatformUI);
apikeyInput.addEventListener('input', (e) => saveToStorage(`translator_platform_${platformSelect.value}_apikey`, e.target.value));