(thumbnail, container, size)
| 7896 | await refreshMetadataList('license'); |
| 7897 | } |
| 7898 | } |
| 7899 | }); |
| 7900 | } |
| 7901 | |
| 7902 | // Initialize dialog handlers |
| 7903 | initializeDialogHandlers(); |
| 7904 | |
| 7905 | window._electronRealEventHandlers['open-backup-restore'] = function() { |
| 7906 | const dialog = document.getElementById('backup-restore-dialog'); |
| 7907 | if (dialog) dialog.showModal(); |
| 7908 | }; |
| 7909 | if (window._electronPendingEvents['open-backup-restore']) { |
| 7910 | window._electronPendingEvents['open-backup-restore'].forEach((args) => { |
no outgoing calls
no test coverage detected