mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-11 19:01:28 +03:00
Fixed settings tab url labels
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user