mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
remove default page view
This commit is contained in:
parent
2667e3a388
commit
9d7d3ab2ab
@ -178,7 +178,6 @@ define([
|
||||
drafts: 0,
|
||||
p: 'cryptpad',
|
||||
integrated: framework.isIntegrated() ? 'true' : 'false',
|
||||
|
||||
chrome: framework.isReadOnly() ? 0 : 1,
|
||||
dark: window.CryptPad_theme === "dark" ? 1 : 0,
|
||||
|
||||
@ -188,6 +187,7 @@ define([
|
||||
noExitBtn: 1,
|
||||
browser: 0,
|
||||
ui: checkDefaultTheme(),
|
||||
pv: 0,
|
||||
|
||||
noDevice: 1,
|
||||
filesupport: 0,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user