moved auto read only options to code/text tabs

This commit is contained in:
zadam
2022-11-18 21:27:25 +01:00
parent 6f238f5f1a
commit ae0c5a0c09
5 changed files with 63 additions and 51 deletions

View File

@@ -57,4 +57,3 @@ app.on('will-quit', () => {
process.env['ELECTRON_DISABLE_SECURITY_WARNINGS'] = 'true';
require('./src/www');
const options = require("./src/public/app/services/options.js");