//#include "LogsPage.hpp" //#include "Application.hpp" //#include "singletons/PathManager.hpp" //#include //#include //#include "util/LayoutCreator.hpp" // namespace chatterino { // namespace widgets { // namespace settingspages { // inline QString CreateLink(const QString &url, bool file = false) //{ // if (file) { // return QString("" + url + // ""); // } // return QString("" + // url + // ""); //} // LogsPage::LogsPage() // : SettingsPage("Logs", "") //{ // auto app = getApp(); // LayoutCreator layoutCreator(this); // auto layout = layoutCreator.emplace().withoutMargin(); // auto logPath = getPaths()->logsFolderPath; // auto created = layout.emplace(); // created->setText("Logs are saved to " + CreateLink(logPath, true)); // created->setTextFormat(Qt::RichText); // created->setTextInteractionFlags(Qt::TextBrowserInteraction | // Qt::LinksAccessibleByKeyboard | // Qt::LinksAccessibleByKeyboard); // created->setOpenExternalLinks(true); // layout.append(this->createCheckBox("Enable logging", // getSettings()->enableLogging)); // layout->addStretch(1); //} //} // namespace settingspages //} // namespace widgets //} // namespace chatterino