mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 17:24:32 +02:00
Add function documentation
This commit is contained in:
@@ -693,6 +693,10 @@ async function setOverlayAnimation() {
|
||||
document.head.append(busyAnimation);
|
||||
}
|
||||
|
||||
/**
|
||||
* Generate and display the overlay to announce cleanup is in progress.
|
||||
* @returns {() => void} Function for clearing the overlay
|
||||
*/
|
||||
function showCleaningMsg() {
|
||||
const parent = el.folders.parentElement;
|
||||
const cleaningOverlay = document.createElement("div");
|
||||
|
||||
Reference in New Issue
Block a user