From 9d230514972e87ae2dde4b967c7ebcd386a58d92 Mon Sep 17 00:00:00 2001 From: john4650-hub Date: Wed, 13 Sep 2023 06:55:26 +0300 Subject: [PATCH] now settings can be remembered on app start --- www/js/components/main_FileEntry.js | 1 - 1 file changed, 1 deletion(-) diff --git a/www/js/components/main_FileEntry.js b/www/js/components/main_FileEntry.js index fac7365..537e33c 100644 --- a/www/js/components/main_FileEntry.js +++ b/www/js/components/main_FileEntry.js @@ -53,7 +53,6 @@ export async function onDeviceReady() { $("#fileList").treeview({ data: getTree(), showBorder: false }); }, 2500) - applyEditorSettings() window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, function(fs) { /**