// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. // For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md #include "SystemMainWindow.hpp" #include #include #include #include #include namespace gui { SystemMainWindow::SystemMainWindow(app::ApplicationCommon *app) : BaseSettingsWindow(app, window::name::system) { setTitle(utils::translate("app_settings_system")); } auto SystemMainWindow::buildOptionsList() -> std::list