mirror of
https://github.com/itflow-org/itflow
synced 2026-08-27 18:05:12 +00:00
Fix Light mode Initialization flash when in dark mode
This commit is contained in:
@@ -532,7 +532,7 @@ if (isset($_POST['add_telemetry'])) {
|
||||
?>
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html lang="en" data-bs-theme="light" data-lte-color-mode="off">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
Reference in New Issue
Block a user