Fixed settings tab url labels

pull/873/head
Tzahi12345 3 years ago
parent dab9fc83ba
commit efbf395368

@ -41,7 +41,7 @@ export class SettingsComponent implements OnInit {
latestGithubRelease = null; latestGithubRelease = null;
CURRENT_VERSION = CURRENT_VERSION CURRENT_VERSION = CURRENT_VERSION
tabs = ['main', 'downloader', 'extra', 'database', 'advanced', 'users', 'logs']; tabs = ['main', 'downloader', 'extra', 'database', 'notifications', 'advanced', 'users', 'logs'];
tabIndex = 0; tabIndex = 0;
INDEX_TO_TAB = Object.assign({}, this.tabs); INDEX_TO_TAB = Object.assign({}, this.tabs);

Loading…
Cancel
Save