Add dark mode to draw.io

This commit is contained in:
Wolfgang Ginolas 2023-02-20 11:56:46 +01:00
parent bef642160f
commit 00f5f536a1

View file

@ -106,6 +106,7 @@ define([
drafts: 0,
chrome: framework.isReadOnly() ? 0 : 1,
dark: window.CryptPad_theme === "dark" ? 1 : 0,
// Hide save and exit buttons
noSaveBtn: 1,