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

CPU/GPUモードの状態をタイトルに追加 #757

Merged
merged 1 commit into from
Mar 14, 2022

Conversation

o108minmin
Copy link
Contributor

@o108minmin o108minmin commented Mar 14, 2022

内容

windowのタイトルにCPU/GPUモードの状態を載せます。

関連 Issue

ref #694

スクリーンショット・動画など

  • windows 10 npm run electron:serve
    • タイトルに CPU の文字列を追加

image

対応GPUを有する実機がないため、別ブランチでダミーを仕込んで実験済み o108minmin@f3e9499

その他

  • このリポジトリには初commitになります
    • README: 貢献者の方へ セクションを読んで下記は確認しましたが、他に不足があればご指摘お願いします
      • ユニットテスト/e2eテストの結果が、自分のcommit前後で差分がないこと
      • コードフォーマットの実施
      • typosの実施

@@ -22,7 +22,8 @@
(isEdited ? "*" : "") +
(projectName !== undefined ? projectName + " - " : "") +
"VOICEVOX" +
(currentVersion ? " - Ver. " + currentVersion : "")
(currentVersion ? " - Ver. " + currentVersion + " - " : "") +
(useGpu ? "GPU" : "CPU")
Copy link
Contributor Author

@o108minmin o108minmin Mar 14, 2022

Choose a reason for hiding this comment

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

タイトルに関する以前の議論 #599 (comment) を読んで、なるべく短い方が良さそうだと思い CPU or GPU という短い表記にしてみました。

CPU mode or GPU mode という表記も考えたのですが、何かあればレビュワーの方のご意見を伺いたいです

@o108minmin
Copy link
Contributor Author

o108minmin commented Mar 14, 2022

初めてのprになります。迷った点はコメントしてあるので、何かあればご意見いただけると嬉しいです

@o108minmin o108minmin marked this pull request as ready for review March 14, 2022 08:08
Copy link
Member

@Hiroshiba Hiroshiba left a comment

Choose a reason for hiding this comment

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

LGTM!!

プルリクエストありがとうございます!!
自動テストが通り次第マージさせていただきたいと思います!

@Hiroshiba Hiroshiba merged commit 7684991 into VOICEVOX:main Mar 14, 2022
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.

2 participants