fixed timestamps not updating when changed in the settings
This commit is contained in:
@@ -27,8 +27,6 @@ IgnoreMessagesPage::IgnoreMessagesPage()
|
||||
QString text = textEdit->toPlainText();
|
||||
|
||||
settings.ignoredKeywords = text;
|
||||
|
||||
qDebug() << "xD";
|
||||
});
|
||||
|
||||
// ---- misc
|
||||
|
||||
@@ -21,7 +21,7 @@ IgnoreUsersPage::IgnoreUsersPage()
|
||||
{
|
||||
singletons::SettingManager &settings = singletons::SettingManager::getInstance();
|
||||
util::LayoutCreator<IgnoreUsersPage> layoutCreator(this);
|
||||
auto layout = layoutCreator.setLayoutType<QVBoxLayout>().withoutMargin();
|
||||
auto layout = layoutCreator.setLayoutType<QVBoxLayout>();
|
||||
|
||||
auto label = layout.emplace<QLabel>(INFO);
|
||||
label->setWordWrap(true);
|
||||
|
||||
Reference in New Issue
Block a user