Clean-Reader / CleanReader.Desktop

使用 Windows App SDK 构建的桌面版干净阅读
https://www.microsoft.com/en-us/p/clean-reader/9mv65l2xfcsk
MIT License
395 stars 43 forks source link

修复发现页面点击顶部溢出按钮会导致应用崩溃的问题 #17

Closed Richasy closed 2 years ago

Richasy commented 2 years ago

Close #7

这是一个特定于 NavigationView 控件的问题,难以解决,所以只能把 NavigationView 解决掉了

PR type

What is the purpose of this PR?

What is the current behavior?

点击顶部导航的溢出按钮会使应用崩溃

What is the new behavior?

将顶部 NavigationView 控件替换为 TabView 控件

PR checklist

Please check that your PR meets the following requirements:

Remark