removed functions from SettingsManager that shouldn't be there

This commit is contained in:
fourtf
2018-06-28 19:38:57 +02:00
parent b667183ca5
commit 5604ae6a67
75 changed files with 600 additions and 507 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ void TooltipWidget::updateFont()
auto app = getApp();
this->setFont(
app->fonts->getFont(chatterino::FontManager::Type::ChatMediumSmall, this->getScale()));
app->fonts->getFont(FontManager::Type::ChatMediumSmall, this->getScale()));
}
void TooltipWidget::setText(QString text)