Skip to content

Commit

Permalink
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -15,10 +15,9 @@
- Contacts menu on user avatars menus ([#34](https://github.com/nextcloud/talk-desktop/issues/34))
- Setting User Status ([#26](https://github.com/nextcloud/talk-desktop/issues/26))
- Search ([#30](https://github.com/nextcloud/talk-desktop/issues/30))
- Notifications ([#31](https://github.com/nextcloud/talk-desktop/issues/31))
- Untrusted certificate on Linux ([#23](https://github.com/nextcloud/talk-desktop/issues/23))
- Dark/light theme ([#17](https://github.com/nextcloud/talk-desktop/issues/17))
- Work with limitations:
- Works with limitations:
- File viewer - opened in the default web-browser

## 🧑‍💻 Development Setup
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"private": true,
"name": "talk-desktop",
"productName": "Nextcloud Talk",
"version": "0.2.0",
"version": "0.2.1",
"description": "Official Desktop client for Nextcloud Talk",
"bugs": "https://github.com/nextcloud/talk-desktop/issues",
"license": "AGPL-3.0",
2 changes: 1 addition & 1 deletion src/welcome/welcome.html
Original file line number Diff line number Diff line change
@@ -127,7 +127,7 @@ <h1 class="header">Nextcloud Talk</h1>
<div class="cloud" style="--height: 40px; animation: animateCloud 10s linear infinite; top: 100px; left: 150px"></div>
</div>
<div class="spacer"></div>
<div class="footer"></div>
<div class="footer">Preview</div>
</div>
</body>
</html>

0 comments on commit 1bcbdb4

Please sign in to comment.