mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-29 08:00:57 +03:00
Arg modifier improvements: args are now shown as removable chips which can be directly typed as well (w/o using the adder)
This commit is contained in:
@@ -144,9 +144,9 @@ export class SettingsComponent implements OnInit {
|
||||
}
|
||||
});
|
||||
dialogRef.afterClosed().subscribe(new_args => {
|
||||
if (new_args) {
|
||||
if (new_args !== null) {
|
||||
this.new_config['Downloader']['custom_args'] = new_args;
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user