mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 14:50:00 -07:00
Defer hidden dashboard startup work
This commit is contained in:
@@ -1292,11 +1292,11 @@ function switchSettingsTab(tabName) {
|
||||
} else if (tabName === 'alerts') {
|
||||
loadVoiceAlertConfig();
|
||||
if (typeof AlertCenter !== 'undefined') {
|
||||
AlertCenter.loadFeed();
|
||||
AlertCenter.init();
|
||||
}
|
||||
} else if (tabName === 'recording') {
|
||||
if (typeof RecordingUI !== 'undefined') {
|
||||
RecordingUI.refresh();
|
||||
RecordingUI.init();
|
||||
}
|
||||
} else if (tabName === 'apikeys') {
|
||||
loadApiKeyStatus();
|
||||
|
||||
Reference in New Issue
Block a user