Skip to content

Commit

Permalink
Remove action header from TorrentDetails
Browse files Browse the repository at this point in the history
  • Loading branch information
6c65726f79 committed Mar 9, 2021
1 parent e8e5edf commit ff6daaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/TorrentDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,6 @@ export default defineComponent({
async torrentActions() {
const actionSheet = await actionSheetController
.create({
header: "Actions",
buttons: [
{
text: Locale.formatString(Locale.actions.startNow).toString(),
Expand Down

0 comments on commit ff6daaa

Please sign in to comment.