mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Privacy Mode: Don't close popups right after loading
This commit is contained in:
@@ -3171,7 +3171,7 @@ function privacy_mode(enabled) {
|
||||
document.getElementById('SideMenu').classList.remove("superblur");
|
||||
document.getElementById('main-grid').classList.remove("superblur");
|
||||
document.getElementById('rightSideMenu').classList.remove("superblur");
|
||||
closePopups();
|
||||
if (!$el("#privacy_mode").classList.contains("hidden")) closePopups();
|
||||
document.getElementById('privacy_password').value = "";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user