mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Add dark mode to draw.io
This commit is contained in:
parent
bef642160f
commit
00f5f536a1
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user