mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-14 19:49:15 +08:00
fix #2363 theme font changes both whenever one is changed
This commit is contained in:
parent
1ab636a4f1
commit
388a8b6346
@ -290,7 +290,7 @@ namespace Wox.ViewModel
|
|||||||
get
|
get
|
||||||
{
|
{
|
||||||
var typeface = SyntaxSugars.CallOrRescueDefault(
|
var typeface = SyntaxSugars.CallOrRescueDefault(
|
||||||
() => SelectedQueryBoxFont.ConvertFromInvariantStringsOrNormal(
|
() => SelectedResultFont.ConvertFromInvariantStringsOrNormal(
|
||||||
Settings.ResultFontStyle,
|
Settings.ResultFontStyle,
|
||||||
Settings.ResultFontWeight,
|
Settings.ResultFontWeight,
|
||||||
Settings.ResultFontStretch
|
Settings.ResultFontStretch
|
||||||
|
Loading…
Reference in New Issue
Block a user