Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

音声を1つ書き出すボタンをデフォルトでツールバーに表示 #655

Conversation

Hiroshiba
Copy link
Member

@Hiroshiba Hiroshiba commented Jan 22, 2022

内容

表題のとおりです。

ヘッダーに表示されるボタンの名称を、「1つ書き出す」にしました。
これはデザイン上の都合で、文字数をなるべく減らしたかったからです。

これにより、メニューに表示されるHotKey用のものと、機能が一緒なのに名前が違うようになってしまいました。
あとでissue化したいと思います。

  • メニューにあるhotkey用の名称とツールバー上の名称が異なるのを治すissueを作る

close #463

@Hiroshiba Hiroshiba requested a review from y-chan January 22, 2022 14:04
@@ -177,11 +177,11 @@ export default defineComponent({
PLAY_CONTINUOUSLY:
"選択されているテキスト以降のすべてのテキストを読み上げます。",
STOP: "テキストが読み上げられているときに、それを止めます。",
SAVE_ONE:
EXPORT_AUDIO_ONE:
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

この辺りの変更はあってもなくても良いかもです。
(hotkey側のと合わせてみました。)

Copy link
Member

@y-chan y-chan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Vuexまで変更しているのは意図したものでしょうか...?
意図したものではない場合、戻すべきだと思います。
それ以外は気になった点はありませんでした。

@Hiroshiba
Copy link
Member Author

意図していない修正でした、戻します!!

@Hiroshiba
Copy link
Member Author

マージします!

@Hiroshiba Hiroshiba merged commit 5db83bc into main Jan 23, 2022
@Hiroshiba Hiroshiba deleted the 音声を1つ書き出すボタンをデフォルトでツールバーに表示 branch January 23, 2022 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0.8.0で廃止された音声保存ボタン(音声書き出しボタン)について
2 participants