mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-29 21:57:42 +00:00
Use system font on Linux by default
This commit is contained in:
parent
1a201087b5
commit
f0a5d2ed84
@ -17,7 +17,7 @@ bool gSemiboldFontIsBold = false;
|
|||||||
#ifdef DESKTOP_APP_USE_PACKAGED_FONTS
|
#ifdef DESKTOP_APP_USE_PACKAGED_FONTS
|
||||||
bool gUseSystemFont = true;
|
bool gUseSystemFont = true;
|
||||||
#else
|
#else
|
||||||
bool gUseSystemFont = false;
|
bool gUseSystemFont = Platform::IsLinux();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
bool gUseOriginalMetrics = false;
|
bool gUseOriginalMetrics = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user