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

Refactor preferences page to using a navigation sidebar, rearrange preference items #1342

Merged
merged 2 commits into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions OpenUtau/Strings/Strings.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,8 @@ Warning: this option removes custom presets.</system:String>
<system:String x:Key="prefs.cache.clearonquit">Clear cache on quit</system:String>
<system:String x:Key="prefs.cache.diffsingertensorcache">DiffSinger Tensor Cache</system:String>
<system:String x:Key="prefs.caption">Preferences</system:String>
<system:String x:Key="prefs.diffsinger">DiffSinger</system:String>
<system:String x:Key="prefs.editing">Editing</system:String>
<system:String x:Key="prefs.note.restart">Note: please restart OpenUtau after changing this item.</system:String>
<system:String x:Key="prefs.off">Off</system:String>
<system:String x:Key="prefs.on">On</system:String>
Expand Down Expand Up @@ -439,6 +441,7 @@ Warning: this option removes custom presets.</system:String>
</system:String>
<system:String x:Key="prefs.rendering.threads.numthreads">Maximum Render Threads</system:String>
<system:String x:Key="prefs.rendering.wavtool">Wavtool</system:String>
<system:String x:Key="prefs.utau">UTAU</system:String>

<system:String x:Key="progress.loadingsingers">Loading Singers...</system:String>
<system:String x:Key="progress.saved">Project saved. {0}</system:String>
Expand Down
1 change: 1 addition & 0 deletions OpenUtau/Strings/Strings.zh-CN.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@
<system:String x:Key="prefs.cache.clearonquit">退出时清空缓存</system:String>
<system:String x:Key="prefs.cache.diffsingertensorcache">DiffSinger 张量缓存</system:String>
<system:String x:Key="prefs.caption">使用偏好</system:String>
<system:String x:Key="prefs.editing">编辑</system:String>
<system:String x:Key="prefs.note.restart">注意: 修改本项后请重启OpenUtau</system:String>
<system:String x:Key="prefs.off">关</system:String>
<system:String x:Key="prefs.on">开</system:String>
Expand Down
Loading
Loading