this.postsService.openSnackBar(`Failed to delete ${category['name']}!`);
});
}
});
}
openEditCategoryDialog(category){
openEditCategoryDialog(category){
this.dialog.open(EditCategoryDialogComponent,{
this.dialog.open(EditCategoryDialogComponent,{
data:{
data:{
@ -206,7 +233,8 @@ export class SettingsComponent implements OnInit {
dialogTitle:'Kill downloads',
dialogTitle:'Kill downloads',
dialogText:'Are you sure you want to kill all downloads? Any subscription and non-subscription downloads will end immediately, though this operation may take a minute or so to complete.',
dialogText:'Are you sure you want to kill all downloads? Any subscription and non-subscription downloads will end immediately, though this operation may take a minute or so to complete.',