34736384 / genshin-fps-unlock

unlocks the 60 fps cap
MIT License
2.8k stars 217 forks source link

Small fixes to minor issues such as mobile UI options not working properly. #326

Closed shoyu3 closed 11 months ago

shoyu3 commented 11 months ago

This is my first pull request submission. I have never used C# and only have some basic knowledge of other programming languages. I apologize for any shortcomings.

  1. Fixed the problem that the mobile UI switch is invalid and cannot be saved after closing the window.
  2. Fixed the problem that after turning on the switch in the configuration file, the parameter does not take effect because there is a space missing at the end.
  3. Change the floating prompt on the taskbar corner icon to the correct name

第一次提交pr,没用过c#,只有一点其他编程语言的基础,如有不足望见谅 1.修复移动端UI开关无效,关闭窗口后不能保存 2.修复在配置文件中打开开关后,因为参数最后少了个空格不生效 3.任务栏右下角图标上的悬浮提示改为正确的名字

Leebais commented 11 months ago

我昨日试了试,确实有问题。这个PR我试了试就可以正常使用了

34736384 commented 11 months ago

这次我会在我这边修,而且commit信息需要简单描述所修复的问题