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

[Bug] 设置最小分栏阅读宽度无效 #20

Closed noliar closed 2 years ago

noliar commented 2 years ago

Bug description / Bug 描述

在设置中,修改“最小分栏阅读宽度”无效,比如修改至10000,阅读书籍时,还是分两栏

Reproduce steps / 复现问题的步骤

在设置中,修改“最小分栏阅读宽度”无效,比如修改至10000,阅读书籍时,还是分两栏。

Expected behavior / 预期行为

设置最小分栏阅读宽度有效

Screenshot / 截图

GIF

Application source / 应用来源

Other sources

No response

System version

Other system versions / 其它系统版本

No response

Device / 运行设备

Desktop/桌面/台式机

Remark / 备注

应该是调用 SetOptionsAsync 时,没有传递 ViewModel 的 SpreadMinWidth https://github.com/Clean-Reader/CleanReader.Desktop/blob/70aaf1e8c08ff07a4004a4f124cba2b04b55c011/src/CleanReader.App/Pages/ReaderPage.xaml.cs#L178

We are the world / 人人为我,我为人人

No response