settings: add button to get logs
This commit is contained in:
@@ -87,6 +87,8 @@ window.availableProfiles = window.availableProfiles || [];
|
||||
|
||||
window.modals.matrix = new Modal(document.getElementById("modal-matrix"));
|
||||
|
||||
window.modals.logs = new Modal(document.getElementById("modal-logs"));
|
||||
|
||||
if (window.telegramEnabled) {
|
||||
window.modals.telegram = new Modal(document.getElementById("modal-telegram"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user