mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-10 22:47:27 +08:00
[RF] Move some patches to visual
This commit is contained in:
@@ -37,6 +37,11 @@ public class Config
|
||||
zh: "节省一些不知道有用没用的时间,跳过一些不必要的界面")]
|
||||
public TimeSaving.Config TimeSaving { get; set; } = new();
|
||||
|
||||
[ConfigComment(
|
||||
en: "Visual effects of notes and judgment display and some other textures",
|
||||
zh: "音符和判定表示以及一些其他贴图的视觉效果调整")]
|
||||
public Visual.Config Visual { get; set; } = new();
|
||||
|
||||
[ConfigComment(
|
||||
zh: "窗口相关设置")]
|
||||
public WindowState.Config WindowState { get; set; } = new();
|
||||
|
||||
Reference in New Issue
Block a user