feat: use instance icon for splash screen

This commit is contained in:
syuilo 2022-03-09 23:00:28 +09:00
parent 23d3762d04
commit 4f8495c7ad
3 changed files with 2 additions and 1 deletions

View file

@ -31,6 +31,7 @@ You should also include the user name that made the change.
- 連合チャートにActiveを追加 @syuilo
- デフォルトで10秒以上時間がかかるデータベースへのクエリは中断されるように @syuilo
- 設定ファイルの`db.extra`に`statement_timeout`を設定することでタイムアウト時間を変更できます
- Client: スプラッシュスクリーンにインスタンスのアイコンを表示するように @syuilo
### Bugfixes
- Client: リアクションピッカーの高さが低くなったまま戻らないことがあるのを修正 @syuilo

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View file

@ -59,5 +59,5 @@ html
br
| Please turn on your JavaScript
div#splash
img(src='/static-assets/icons/512.png')
img(src= icon || '/static-assets/splash.png')
block content