Skip to content

Commit 51bd506

Browse files
author
FolderView Plus Test
committed
Sync main into dev
2 parents 16543cc + f19e74e commit 51bd506

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

-14 MB
Binary file not shown.

src/folderview.plus/usr/local/emhttp/plugins/folderview.plus/scripts/docker.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3402,7 +3402,6 @@ const flushDockerRuntimePrivacyModePersistence = async () => {
34023402
const setDockerRuntimePrivacyMode = async (enabled, options = {}) => {
34033403
const nextEnabled = enabled === true;
34043404
const previousPrefs = getDockerRuntimePersistedPrefs();
3405-
const previousEnabled = previousPrefs.dashboard?.privacyMode === true;
34063405
if (readDockerRuntimePrivacyMode() === nextEnabled && dockerRuntimePrivacyPendingEnabled === null && !dockerRuntimePrivacyPersistPromise) {
34073406
queueDockerRuntimePrivacyToggleMount();
34083407
return;
@@ -6433,4 +6432,3 @@ if (FOLDER_VIEW_DEBUG_MODE) console.log('[FV3_DEBUG] docker.js: End of script ex
64336432
})(window, window.jQuery || window.$);
64346433

64356434

6436-

0 commit comments

Comments
 (0)