mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-07-29 18:25:47 +02:00
Fix: Update save path display to include title attribute for better accessibility
This commit is contained in:
@@ -14,6 +14,7 @@ window.addEventListener("DOMContentLoaded", async () => {
|
||||
|
||||
async function applyPathFromBack(path) {
|
||||
savePathElem.textContent = path;
|
||||
savePathElem.title = path;
|
||||
hidden.value = path;
|
||||
localStorage.setItem("customDownloadPath", path); // UX only
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user