static SHARED_FALLBACK_CLIPBOARD: OnceLock<Mutex<String>>
If the clipboard cannot be accessed, we fall back to a simple String to store text for the clipboard. This obviously does not work across processes.
String