[Update] Main Window: メッセージ送信ボタンの追加。
設定項目で非表示、表示、表示しつつメッセージ入力欄でのエンターキー送信を無効 を選択可能に。 デフォルトが表示の理由: メッセージ入力欄のプレースホルダーが使えなくなり、初見でどこに入力すればいいのか分かりにくくなったので、横に送信ボタンが付くことにより、よくあるUIとなり、メッセージ入力欄っぽくなる。 その他要らないコードの削除や、corner radius指定し忘れなどの修正あり。
This commit is contained in:
@@ -185,6 +185,12 @@ config_window:
|
||||
send_only_translated_messages:
|
||||
label: Send Only Translated Messages
|
||||
|
||||
send_message_button_type:
|
||||
label: Send Message Button
|
||||
hide: Hide (Use enter key to send)
|
||||
show: Show
|
||||
show_and_disable_enter_key: Show and disable to send when pressed enter key
|
||||
|
||||
notice_xsoverlay:
|
||||
label: Notification XSOverlay (VR Only)
|
||||
desc: Notify received messages by using XSOverlay's notification feature.
|
||||
|
||||
Reference in New Issue
Block a user