mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Clean up PluginsPage some more
This commit is contained in:
parent
f534d43531
commit
8665d22f48
1 changed files with 1 additions and 4 deletions
|
@ -48,11 +48,8 @@ PluginsPage::PluginsPage()
|
||||||
|
|
||||||
auto *box = this->createCheckBox("Enable plugins",
|
auto *box = this->createCheckBox("Enable plugins",
|
||||||
getSettings()->enableAnyPlugins);
|
getSettings()->enableAnyPlugins);
|
||||||
QObject::connect(box, &QCheckBox::released, [this, box]() {
|
QObject::connect(box, &QCheckBox::released, [this]() {
|
||||||
//using namespace std::chrono_literals;
|
|
||||||
//QTimer::singleShot(10000ms, [this]() {
|
|
||||||
this->rebuildContent();
|
this->rebuildContent();
|
||||||
//});
|
|
||||||
});
|
});
|
||||||
groupLayout->addRow(box);
|
groupLayout->addRow(box);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue