summaryrefslogtreecommitdiff
path: root/api-docs/cppdocs/header.html
diff options
context:
space:
mode:
authorJordan Wiens <github@psifertex.com>2025-11-06 16:24:57 -0500
committerJordan Wiens <github@psifertex.com>2025-11-10 23:22:35 -0500
commit1980ffb0e64a686b504449e822d2ab904511cafb (patch)
tree3bfe15b6a5f3a843862e57dcbb2971054da13386 /api-docs/cppdocs/header.html
parent6ef2486e4ae164ecef6536735419f901d5bf9d23 (diff)
add back the light/dark toggle button
Diffstat (limited to 'api-docs/cppdocs/header.html')
-rw-r--r--api-docs/cppdocs/header.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/api-docs/cppdocs/header.html b/api-docs/cppdocs/header.html
index aa33c348..cb988a38 100644
--- a/api-docs/cppdocs/header.html
+++ b/api-docs/cppdocs/header.html
@@ -80,14 +80,14 @@ $(document).ready(function() {
<!--BEGIN DISABLE_INDEX-->
<!--BEGIN SEARCHENGINE-->
<!--BEGIN !FULL_SIDEBAR-->
- <td>$searchbox</td>
+ <td>$searchbox<button id="bn-darkmode-toggle" class="bn-darkmode-toggle" onclick="cycleDarkMode()" title="Toggle theme">◐</button></td>
<!--END !FULL_SIDEBAR-->
<!--END SEARCHENGINE-->
<!--END DISABLE_INDEX-->
</tr>
<!--BEGIN SEARCHENGINE-->
<!--BEGIN FULL_SIDEBAR-->
- <tr><td colspan="2">$searchbox</td></tr>
+ <tr><td colspan="2">$searchbox<button id="bn-darkmode-toggle" class="bn-darkmode-toggle" onclick="cycleDarkMode()" title="Toggle theme">◐</button></td></tr>
<!--END FULL_SIDEBAR-->
<!--END SEARCHENGINE-->
</tbody>