mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fix #2363 theme font changes both whenever one is changed
This commit is contained in:
parent
1ab636a4f1
commit
388a8b6346
1 changed files with 1 additions and 1 deletions
|
|
@ -290,7 +290,7 @@ namespace Wox.ViewModel
|
|||
get
|
||||
{
|
||||
var typeface = SyntaxSugars.CallOrRescueDefault(
|
||||
() => SelectedQueryBoxFont.ConvertFromInvariantStringsOrNormal(
|
||||
() => SelectedResultFont.ConvertFromInvariantStringsOrNormal(
|
||||
Settings.ResultFontStyle,
|
||||
Settings.ResultFontWeight,
|
||||
Settings.ResultFontStretch
|
||||
|
|
|
|||
Loading…
Reference in a new issue