Package configuration options

This commit is contained in:
zsviczian 2022-11-04 19:39:12 +01:00
parent 25ea97d0f9
commit 02c1236962
7 changed files with 77 additions and 16 deletions

View file

@ -155,6 +155,7 @@ export const DEFAULT_UI_OPTIONS: AppProps["UIOptions"] = {
saveToActiveFile: true,
toggleTheme: null,
saveAsImage: true,
languageList: true,
},
};