fix(ui): clean up theme selector and migration for single-theme setup
Some checks failed
Build and Test / build (pull_request) Failing after 2m30s

- Remove dead code in migrateOldTheme() that set Theme parameter for
  KindredCreate.yaml, which no longer exists in the Stylesheets build
- Remove orphaned Classic.yaml and KindredCreate.yaml parameter files
  from Stylesheets CMakeLists and from disk
- Remove unused includes in ThemeSelectorWidget.cpp (QApplication,
  QEvent, Gui/Application.h)
This commit is contained in:
2026-02-04 13:26:55 -06:00
parent 8042b7dcc8
commit 434ae797a4
5 changed files with 0 additions and 186 deletions

View File

@@ -21,8 +21,6 @@
* *
***************************************************************************/
#include <QApplication>
#include <QEvent>
#include <QHBoxLayout>
#include <QLabel>
#include <QString>
@@ -30,7 +28,6 @@
#include "ThemeSelectorWidget.h"
#include <gsl/pointers>
#include <Gui/Application.h>
#include <Gui/PreferencePackManager.h>
using namespace StartGui;