mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-12 19:49:59 +05:00
Merge remote-tracking branch 'origin/diagram_initialization' into staging
This commit is contained in:
commit
f3211e411f
@ -178,7 +178,7 @@ define([
|
||||
p: 'cryptpad',
|
||||
integrated: framework.isIntegrated() ? 'true' : 'false',
|
||||
|
||||
chrome: framework.isReadOnly() ? 0 : 1,
|
||||
chrome: 0,
|
||||
dark: window.CryptPad_theme === "dark" ? 1 : 0,
|
||||
|
||||
// Hide save and exit buttons
|
||||
|
||||
Loading…
Reference in New Issue
Block a user