diff options
author | Kristian Lyngstøl <Kristian.Lyngstol@telenor.com> | 2023-03-23 23:54:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-23 23:54:03 +0100 |
commit | f41402f56282320473843df8726d5e04878427ca (patch) | |
tree | f6c643c8b44a21bdb76df75a510911aa25e9c147 /web/js/nms.js | |
parent | e8efa85387af092adfca0f391c1c8e9aefab01af (diff) | |
parent | 2740d1324ab989f675bd6b534d012c925225af91 (diff) |
Merge pull request #223 from gathering/feat/night-mode-follow-system
feat(ui): Use Prefer Color Scheme to decide to use night mode
Diffstat (limited to 'web/js/nms.js')
-rw-r--r-- | web/js/nms.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/js/nms.js b/web/js/nms.js index 7f4bde7..5012bff 100644 --- a/web/js/nms.js +++ b/web/js/nms.js @@ -410,6 +410,7 @@ function initNMS() { setupKeyhandler(); nmsSearch.init(); nmsDhcp.init(); + nmsNightMode.init(); } function detectHandler() { |