Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
### Fixed
- Restoration of torrent adding parameters (download directory, etc) when adding torrent file
- Saving of certificates and proxy settings when editing/adding server
- Torrents links text field filling the whole screen when long/multiple torrent links are entered

## [2.13.0] - 2025-12-29
### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ private fun AddTorrentLinkScreen(
null
},
minLines = 2,
maxLines = 4,
modifier = Modifier
.fillMaxWidth()
.padding(horizontal = horizontalPadding)
Expand Down
Loading