File tree Expand file tree Collapse file tree
src/folderview.plus/usr/local/emhttp/plugins/folderview.plus/scripts Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3402,7 +3402,6 @@ const flushDockerRuntimePrivacyModePersistence = async () => {
34023402const 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-
You can’t perform that action at this time.
0 commit comments