mod: 保存封面时视频标题可选中
This commit is contained in:
@ -57,7 +57,7 @@ Future imageSaveDialog(context, videoItem, closeFn) {
|
|||||||
child: Row(
|
child: Row(
|
||||||
children: [
|
children: [
|
||||||
Expanded(
|
Expanded(
|
||||||
child: Text(
|
child: SelectableText(
|
||||||
videoItem.title! as String,
|
videoItem.title! as String,
|
||||||
style: Theme.of(context).textTheme.titleSmall,
|
style: Theme.of(context).textTheme.titleSmall,
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user