Skip to content

Commit 8a3fa6f

Browse files
author
github-actions
committed
Merge pull request #1697 from hydephp/add-automatic-dark-mode-option
Add a config option to disable theme toggle buttons to automatically use browser settings hydephp/develop@ef46df7
1 parent 4b8d897 commit 8a3fa6f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/hyde.php

+3
Original file line numberDiff line numberDiff line change
@@ -483,4 +483,7 @@
483483
'hydefront_version' => \Hyde\Framework\Services\AssetService::HYDEFRONT_VERSION,
484484
'hydefront_cdn_url' => \Hyde\Framework\Services\AssetService::HYDEFRONT_CDN_URL,
485485

486+
// Should the theme toggle buttons be displayed in the layouts?
487+
'theme_toggle_buttons' => true,
488+
486489
];

0 commit comments

Comments
 (0)