mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 00:53:53 +02:00
Fixed delete and voice track buttons
This commit is contained in:
@@ -631,8 +631,8 @@ void MainWidget::logSelectionChangedData()
|
||||
item=(ListListViewItem *)item->nextSibling();
|
||||
}
|
||||
log_edit_button->setEnabled(count==1);
|
||||
log_delete_button->setEnabled(count>0);
|
||||
log_track_button->setEnabled(count==1);
|
||||
log_delete_button->setEnabled(count>0&&rda->user()->deleteLog());
|
||||
log_track_button->setEnabled(count==1&&rda->user()->voicetrackLog());
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user