Update Meeting-dial-in.js

This commit is contained in:
Benny 2020-10-29 10:11:19 +01:00 committed by GitHub
parent 338a57f75f
commit e288a420c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -221,7 +221,7 @@ else if (nextUpcomingMeeting) {
} }
if (!config.runsInWidget) { if (!config.runsInWidget) {
await widget.presentMedium() await widget.presentLarge()
} else { } else {
// Tell the system to show the widget. // Tell the system to show the widget.
Script.setWidget(widget) Script.setWidget(widget)