✨ Basic large screen support
This commit is contained in:
@ -55,7 +55,7 @@ class ArticleContent extends StatelessWidget {
|
||||
},
|
||||
imageBuilder: (url, _, __) {
|
||||
Uri uri;
|
||||
if (url.toString().startsWith("/api/attachments")) {
|
||||
if (url.toString().startsWith('/api/attachments')) {
|
||||
uri = getRequestUri('interactive', url.toString());
|
||||
} else {
|
||||
uri = url;
|
||||
|
@ -30,7 +30,7 @@ class _AttachmentItemState extends State<AttachmentItem> {
|
||||
|
||||
late final _videoPlayer = Player(
|
||||
configuration: PlayerConfiguration(
|
||||
title: "Attachment #${getTag()}",
|
||||
title: 'Attachment #${getTag()}',
|
||||
logLevel: MPVLogLevel.error,
|
||||
),
|
||||
);
|
||||
|
Reference in New Issue
Block a user