Skip to content

Commit

Permalink
Fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Jikstra committed Apr 30, 2020
1 parent 8bfc22c commit e1df1cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/deltachat/login.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ export default class DCLoginController extends SplitOut {

updateDeviceChats() {
this._dc.updateDeviceChats()
this._dc.addDeviceMessage(
'changelog-version-1.3.0-1',
`Changes in v1.3.0
this._dc.addDeviceMessage(
'changelog-version-1.3.0-1',
`Changes in v1.3.0
- QR codes can now be scanned from desktop as you know it from Android/iOS. Try
it out by clicking on Menu -> Scan QR code. Besides using any available webcam,
Expand All @@ -134,6 +134,6 @@ export default class DCLoginController extends SplitOut {
Full changelog: https://github.com/deltachat/deltachat-desktop/blob/master/CHANGELOG.md#130---2020-04-30
` as any
)
)
}
}

0 comments on commit e1df1cb

Please sign in to comment.