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