feat: use instance icon for splash screen
This commit is contained in:
parent
23d3762d04
commit
4f8495c7ad
|
@ -31,6 +31,7 @@ You should also include the user name that made the change.
|
||||||
- 連合チャートにActiveを追加 @syuilo
|
- 連合チャートにActiveを追加 @syuilo
|
||||||
- デフォルトで10秒以上時間がかかるデータベースへのクエリは中断されるように @syuilo
|
- デフォルトで10秒以上時間がかかるデータベースへのクエリは中断されるように @syuilo
|
||||||
- 設定ファイルの`db.extra`に`statement_timeout`を設定することでタイムアウト時間を変更できます
|
- 設定ファイルの`db.extra`に`statement_timeout`を設定することでタイムアウト時間を変更できます
|
||||||
|
- Client: スプラッシュスクリーンにインスタンスのアイコンを表示するように @syuilo
|
||||||
|
|
||||||
### Bugfixes
|
### Bugfixes
|
||||||
- Client: リアクションピッカーの高さが低くなったまま戻らないことがあるのを修正 @syuilo
|
- Client: リアクションピッカーの高さが低くなったまま戻らないことがあるのを修正 @syuilo
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
|
@ -59,5 +59,5 @@ html
|
||||||
br
|
br
|
||||||
| Please turn on your JavaScript
|
| Please turn on your JavaScript
|
||||||
div#splash
|
div#splash
|
||||||
img(src='/static-assets/icons/512.png')
|
img(src= icon || '/static-assets/splash.png')
|
||||||
block content
|
block content
|
||||||
|
|
Loading…
Reference in New Issue