#include "UpdateDialog.hpp" #include "singletons/Updates.hpp" #include "util/LayoutCreator.hpp" #include "widgets/Label.hpp" #include #include #include namespace chatterino { UpdateDialog::UpdateDialog() : BaseWindow(nullptr, BaseWindow::Flags(BaseWindow::Frameless | BaseWindow::TopMost | BaseWindow::EnableCustomFrame)) { auto layout = LayoutCreator(this).setLayoutType(); layout.emplace