From c8b1de5eea72880ccf5be74c23449f219781eb0a Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Sat, 18 Feb 2023 02:55:04 +0000 Subject: [PATCH] Disable dark mode by default --- webclient/src/App.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webclient/src/App.js b/webclient/src/App.js index e6d11de..1edc59a 100644 --- a/webclient/src/App.js +++ b/webclient/src/App.js @@ -99,6 +99,7 @@ function App() { buttonColorDark: '#666', buttonColorLight: '#aaa', label: '🌙', + autoMatchOsTheme: false, } const darkmode = new Darkmode(options); darkmode.showWidget();