Hide draw.io Save and Exit buttons

This commit is contained in:
Wolfgang Ginolas 2023-02-14 10:00:46 +01:00
parent ca1df6c6dd
commit 1be8b4ba46

View file

@ -85,12 +85,17 @@ define([
drawioFrame.src = '/bower_components/drawio/src/main/webapp/index.html?'
+ new URLSearchParams({
// pages: 0,
dev: 1,
// dev: 1,
test: 1,
stealth: 1,
embed: 1,
drafts: 0,
// Hide save and exit buttons
noSaveBtn: 1,
saveAndExit: 0,
noExitBtn: 1,
modified: 'unsavedChanges',
proto: 'json',
});