Skip to content

Commit

Permalink
ヘルプメッセージを更新
Browse files Browse the repository at this point in the history
  • Loading branch information
maeda577 committed Sep 17, 2022
1 parent eb51881 commit 301b174
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/ConfigView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,15 +128,16 @@ function ConfigView(props: { onSave?: (savedConfig: MiraviewConfig) => void; }):
</ListItem>
<ListSubheader>全般</ListSubheader>
<ListItem>
<ListItemText primary='選局ボタンのプロトコル' />
<ListItemText primary='リアルタイム視聴のプロトコル' />
<ListItemIcon>
<IconButton color='primary' onClick={ (event: React.MouseEvent<HTMLButtonElement>) => {
setPopoverMessage({
messages: [
'番組ダイアログ下部にある選局ボタンの、リンク先プロトコルを指定します',
'リアルタイム視聴へのリンクに使用するプロトコルを指定します',
'リンクは番組ダイアログ下部にある選局ボタンと、番組表のチャンネル名に張られています',
'使用可能な文字は英数字と . + _ - です',
'デフォルト値はvlcです',
'空欄にした場合、選局ボタンが無効になります',
'空欄にした場合、リンクが無効になります',
],
anchorEl: event.currentTarget
});
Expand Down

0 comments on commit 301b174

Please sign in to comment.