mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 00:55:12 +00:00
Original font height option
This commit is contained in:
@@ -178,6 +178,9 @@ void Application::run() {
|
||||
if (cUseSystemFont()) {
|
||||
style::internal::SetUseSystemFont(cUseSystemFont());
|
||||
}
|
||||
if (cUseOriginalMetrics()) {
|
||||
style::internal::SetUseOriginalMetrics(cUseOriginalMetrics());
|
||||
}
|
||||
style::internal::StartFonts();
|
||||
|
||||
ThirdParty::start();
|
||||
|
Reference in New Issue
Block a user