mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-16 17:50:57 +03:00
Arg modifier chip list now supports auto complete and arg description as the chip tooltip
Fixed bug that caused custom args to reset after exiting arg modifier without hitting cancel
This commit is contained in:
@@ -144,7 +144,7 @@ export class SettingsComponent implements OnInit {
|
||||
}
|
||||
});
|
||||
dialogRef.afterClosed().subscribe(new_args => {
|
||||
if (new_args !== null) {
|
||||
if (new_args !== null && new_args !== undefined) {
|
||||
this.new_config['Downloader']['custom_args'] = new_args;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user