backup + decriptare toate fisiere done
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
document.addEventListener("DOMContentLoaded", function() {
|
||||
document.addEventListener("DOMContentLoaded", function () {
|
||||
let pathToFile = '';
|
||||
|
||||
function updateFileName() {
|
||||
@@ -83,7 +83,7 @@ document.addEventListener("DOMContentLoaded", function() {
|
||||
}
|
||||
});
|
||||
|
||||
if(selectedUserIds === []){
|
||||
if (selectedUserIds === []) {
|
||||
await window.electronAPI.showAlert('No user selected!')
|
||||
.then(() => console.log('Alert window opened'))
|
||||
.catch(error => console.error('Error changing content:', error));
|
||||
|
||||
Reference in New Issue
Block a user