New feature #430 : bulk set pdf-downloaded status
This commit is contained in:
parent
c98664d584
commit
83fb2cd1d0
10 changed files with 441 additions and 371 deletions
|
|
@ -34,7 +34,13 @@ namespace LibationAvalonia.Dialogs
|
|||
new liberatedComboBoxItem { Status = LiberatedStatus.NotLiberated, Text = "Not Downloaded" },
|
||||
};
|
||||
|
||||
public LiberatedStatusBatchManualDialog()
|
||||
public LiberatedStatusBatchManualDialog(bool isPdf) : this()
|
||||
{
|
||||
if (isPdf)
|
||||
this.Title = this.Title.Replace("book", "PDF");
|
||||
}
|
||||
|
||||
public LiberatedStatusBatchManualDialog()
|
||||
{
|
||||
InitializeComponent();
|
||||
SelectedItem = BookStatuses[0] as liberatedComboBoxItem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue